Home
last modified time | relevance | path

Searched defs:SetMute (Results 1 – 15 of 15) sorted by relevance

/drivers/peripheral/bluetooth/audio/interfaces/include/
Daudio_volume.h58 int32_t (*SetMute)(AudioHandle handle, bool mute); member
/drivers/peripheral/audio/interfaces/include/
Daudio_volume.h58 int32_t (*SetMute)(AudioHandle handle, bool mute); member
/drivers/peripheral/audio/interfaces/2.0/include/
Daudio_volume.h58 int32_t (*SetMute)(AudioHandle handle, bool mute); member
/drivers/peripheral/audio/supportlibs/alsa_adapter/include/
Dalsa_snd_capture.h62 int32_t (*SetMute)(struct AlsaCapture *, bool); member
Dalsa_snd_render.h62 int32_t (*SetMute)(struct AlsaRender *, bool); member
/drivers/peripheral/audio/interfaces/sound/v1_0/
Diaudio_capture_vdi.h37 int32_t (*SetMute)(struct IAudioCaptureVdi *self, bool mute); member
Diaudio_render_vdi.h45 int32_t (*SetMute)(struct IAudioRenderVdi *self, bool mute); member
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
Daudio_capture_ext_impl.cpp197 int32_t AudioCaptureExtImpl::SetMute(bool mute) in SetMute() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioCaptureExtImpl
Daudio_capture_interface_impl.cpp237 int32_t AudioCaptureInterfaceImpl::SetMute(bool mute) in SetMute() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioCaptureInterfaceImpl
Daudio_render_ext_impl.cpp315 int32_t AudioRenderExtImpl::SetMute(bool mute) in SetMute() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderExtImpl
Daudio_render_interface_impl.cpp326 int32_t AudioRenderInterfaceImpl::SetMute(bool mute) in SetMute() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderInterfaceImpl
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_test_utils/
Daudio_test_utils.h151 int32_t SetMute(bool mute) override in SetMute() function
312 int32_t SetMute(bool mute) override in SetMute() function
/drivers/peripheral/audio/test/benchmarktest/capture/
Daudio_capture_benchmarktest.cpp367 BENCHMARK_F(AudioCaptureBenchmarkTest, SetMute)(benchmark::State &state) in BENCHMARK_F() argument
/drivers/peripheral/audio/test/benchmarktest/render/
Daudio_render_benchmarktest.cpp523 BENCHMARK_F(AudioRenderBenchmarkTest, SetMute)(benchmark::State &state) in BENCHMARK_F() argument
/drivers/peripheral/ril/interfaces/hdi_service/src/
Dril_impl.cpp187 int32_t RilImpl::SetMute(int32_t slotId, int32_t serialId, int32_t mute) in SetMute() function in OHOS::HDI::Ril::V1_3::RilImpl