Home
last modified time | relevance | path

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

12345

/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dvoip_call.cpp142 int32_t VoIPCall::SetMute(int32_t mute, int32_t slotId) in SetMute()
H A Dcarrier_call.cpp172 int32_t CarrierCall::CarrierSetMute(int32_t mute, int32_t slotId) in CarrierSetMute()
H A Dott_call.cpp410 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 Daudio_alsa_if_lib_render_test.cpp270 bool mute = true; variable
295 bool mute = false; variable
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dconfig_request.cpp150 int32_t ConfigRequest::SetMuteRequest(int32_t slotId, int32_t mute) in SetMuteRequest()
/ohos5.0/drivers/hdf_core/framework/model/audio/dispatch/src/
H A Daudio_stream_dispatch.c367 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 Dfast_audio_render.cpp152 int32_t FastRenderSetMute(AudioHandle handle, bool mute) in FastRenderSetMute()
160 int32_t FastRenderGetMute(AudioHandle handle, bool *mute) in FastRenderGetMute()
H A Daudio_render.cpp239 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 Daudio_render_ext_impl.cpp315 int32_t AudioRenderExtImpl::SetMute(bool mute) in SetMute()
322 int32_t AudioRenderExtImpl::GetMute(bool &mute) in GetMute()
H A Daudio_render_interface_impl.cpp326 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 Dims_service_test.cpp849 int32_t mute = 0; variable
865 int32_t mute = 0; variable
/ohos5.0/drivers/peripheral/audio/test/unittest/common/render/
H A Daudio_render_common_test.cpp706 bool mute = false; variable
712 bool mute = false; variable
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/hdi_adapter/sink/
H A Dhos_au_sink.cpp474 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 Daudio_capture_ext_impl_test.cpp225 bool mute = true; variable
/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/vdi_src/
H A Daudio_adapter_vdi.c482 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 Daudio_proxy.cpp227 bool AudioProxy::SetMicrophoneMute(bool mute) in SetMicrophoneMute()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/
H A Daudio_adapter_manager.cpp323 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 Daudio_group_manager.cpp177 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 Davsessionitem_fuzzer.cpp231 bool mute = std::stoi(dataToS); in AvSessionCallItemTest() local
/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/src/
H A Daudio_capture.c411 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 Daudio_adapter_manager.h217 bool mute; member
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/
H A Dhw_cast_test.cpp674 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 Daudio_policy_test.cpp281 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 Daudio_proxy_render.cpp267 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 Daudio_idl_hdirender_volume_test.cpp326 bool mute = true; variable

12345