/ohos5.0/base/telephony/call_manager/services/call/src/ |
H A D | voip_call.cpp | 142 int32_t VoIPCall::SetMute(int32_t mute, int32_t slotId) in SetMute()
|
H A D | carrier_call.cpp | 172 int32_t CarrierCall::CarrierSetMute(int32_t mute, int32_t slotId) in CarrierSetMute()
|
H A D | ott_call.cpp | 410 int32_t OTTCall::SetMute(int32_t mute, int32_t slotId) in SetMute()
|
/ohos5.0/drivers/peripheral/audio/test/unittest/supportlibs/interface_lib_render/src/ |
H A D | audio_alsa_if_lib_render_test.cpp | 270 bool mute = true; variable 295 bool mute = false; variable
|
/ohos5.0/base/telephony/cellular_call/services/utils/src/ |
H A D | config_request.cpp | 150 int32_t ConfigRequest::SetMuteRequest(int32_t slotId, int32_t mute) in SetMuteRequest()
|
/ohos5.0/drivers/hdf_core/framework/model/audio/dispatch/src/ |
H A D | audio_stream_dispatch.c | 367 bool mute, int32_t direction) in CpuDaiDevMuteStream() 388 bool mute, int32_t direction) in CodecDaiDevMuteStream() 410 bool mute, int32_t direction) in DspDaiDevMuteStream() 430 static int32_t AudioDaiDeviceMuteStream(const struct AudioCard *audioCard, bool mute, int32_t direc… in AudioDaiDeviceMuteStream()
|
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
H A D | fast_audio_render.cpp | 152 int32_t FastRenderSetMute(AudioHandle handle, bool mute) in FastRenderSetMute() 160 int32_t FastRenderGetMute(AudioHandle handle, bool *mute) in FastRenderGetMute()
|
H A D | audio_render.cpp | 239 int32_t AudioRenderSetMute(AudioHandle handle, bool mute) in AudioRenderSetMute() 245 int32_t AudioRenderGetMute(AudioHandle handle, bool *mute) in AudioRenderGetMute()
|
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/ |
H A D | audio_render_ext_impl.cpp | 315 int32_t AudioRenderExtImpl::SetMute(bool mute) in SetMute() 322 int32_t AudioRenderExtImpl::GetMute(bool &mute) in GetMute()
|
H A D | audio_render_interface_impl.cpp | 326 int32_t AudioRenderInterfaceImpl::SetMute(bool mute) in SetMute() 333 int32_t AudioRenderInterfaceImpl::GetMute(bool &mute) in GetMute()
|
/ohos5.0/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/ |
H A D | ims_service_test.cpp | 849 int32_t mute = 0; variable 865 int32_t mute = 0; variable
|
/ohos5.0/drivers/peripheral/audio/test/unittest/common/render/ |
H A D | audio_render_common_test.cpp | 706 bool mute = false; variable 712 bool mute = false; variable
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/hdi_adapter/sink/ |
H A D | hos_au_sink.cpp | 474 Status HdiSink::GetMute(bool& mute) in GetMute() 488 Status HdiSink::SetMute(bool mute) in SetMute()
|
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_capture_extension/src/ |
H A D | audio_capture_ext_impl_test.cpp | 225 bool mute = true; variable
|
/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/vdi_src/ |
H A D | audio_adapter_vdi.c | 482 int32_t AudioSetMicMuteVdi(struct IAudioAdapter *adapter, bool mute) in AudioSetMicMuteVdi() 499 int32_t AudioGetMicMuteVdi(struct IAudioAdapter *adapter, bool *mute) in AudioGetMicMuteVdi()
|
/ohos5.0/base/telephony/call_manager/services/audio/src/ |
H A D | audio_proxy.cpp | 227 bool AudioProxy::SetMicrophoneMute(bool mute) in SetMicrophoneMute()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/ |
H A D | audio_adapter_manager.cpp | 323 void AudioAdapterManager::HandleStreamMuteStatus(AudioStreamType streamType, bool mute, StreamUsage… in HandleStreamMuteStatus() 502 int32_t AudioAdapterManager::SetStreamMute(AudioStreamType streamType, bool mute, StreamUsage strea… in SetStreamMute() 507 int32_t AudioAdapterManager::SetStreamMuteInternal(AudioStreamType streamType, bool mute, in SetStreamMuteInternal() 1853 void AudioAdapterManager::SetAbsVolumeMute(bool mute) in SetAbsVolumeMute()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | audio_group_manager.cpp | 177 int32_t AudioGroupManager::SetMute(AudioVolumeType volumeType, bool mute) in SetMute()
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionitem_fuzzer/ |
H A D | avsessionitem_fuzzer.cpp | 231 bool mute = std::stoi(dataToS); in AvSessionCallItemTest() local
|
/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/src/ |
H A D | audio_capture.c | 411 int32_t AudioCaptureSetMute(struct IAudioCapture *handle, bool mute) in AudioCaptureSetMute() 445 int32_t AudioCaptureGetMute(struct IAudioCapture *handle, bool *mute) in AudioCaptureGetMute()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/manager/ |
H A D | audio_adapter_manager.h | 217 bool mute; member
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/ |
H A D | hw_cast_test.cpp | 674 int SetMute(bool mute) override in SetMute() 757 int GetMute(bool &mute) override in GetMute()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/test/example/ |
H A D | audio_policy_test.cpp | 281 int mute = strtol(optarg, nullptr, AudioPolicyTest::OPT_ARG_BASE); in HandleMute() local 296 int mute = strtol(optarg, nullptr, AudioPolicyTest::OPT_ARG_BASE); in HandleMicMute() local
|
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/src/ |
H A D | audio_proxy_render.cpp | 267 int32_t AudioProxyRenderSetMute(const AudioHandle handle, bool mute) in AudioProxyRenderSetMute() 290 int32_t AudioProxyRenderGetMute(const AudioHandle handle, bool *mute) in AudioProxyRenderGetMute()
|
/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/ |
H A D | audio_idl_hdirender_volume_test.cpp | 326 bool mute = true; variable
|