Home
last modified time | relevance | path

Searched defs:mute (Results 101 – 109 of 109) sorted by relevance

12345

/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_manager.cpp509 int32_t TelRilManager::SetMute(int32_t slotId, const int32_t mute, const AppExecFwk::InnerEvent::Po… in SetMute()
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_handler.cpp1139 auto mute = event->GetSharedObject<int32_t>(); in GetMuteResponse() local
H A Dcellular_call_stub.cpp1175 int32_t mute = data.ReadInt32(); in OnSetMuteInner() local
/ohos5.0/base/telephony/ril_adapter/test/unittest/
H A Dril_interface_test.cpp383 int32_t mute = InputInt32(0, 1, "Option"); in SetMuteTest() local
/ohos5.0/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp2101 int32_t mute; in OnRequestSetMuteTest() local
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp534 int32_t HRilManager::SetMute(int32_t slotId, int32_t serialId, int32_t mute) in SetMute()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/src/
H A Daudio_policy_manager.cpp349 int32_t AudioPolicyManager::SetStreamMute(AudioVolumeType volumeType, bool mute, bool isLegacy) in SetStreamMute()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_manager_inner.cpp293 …int32_t slotId, int32_t eventId, int32_t mute, const std::shared_ptr<AppExecFwk::EventHandler> &ha… in SetMute()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp913 int32_t AudioPolicyService::SetStreamMute(AudioStreamType streamType, bool mute, const StreamUsage … in SetStreamMute()
6080 bool mute = sVolumeLevel == 0 ? true : false; in SetA2dpDeviceVolume() local

12345