Home
last modified time | relevance | path

Searched defs:SetMute (Results 1 – 13 of 13) 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.h36 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_interface_impl.cpp233 int32_t AudioCaptureInterfaceImpl::SetMute(bool mute) in SetMute() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioCaptureInterfaceImpl
Daudio_render_interface_impl.cpp315 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.h153 int32_t SetMute(bool mute) override in SetMute() function
314 int32_t SetMute(bool mute) override in SetMute() function
/drivers/peripheral/audio/test/benchmarktest/capture/
Daudio_capture_benchmarktest.cpp368 BENCHMARK_F(AudioCaptureBenchmarkTest, SetMute)(benchmark::State &state) in BENCHMARK_F() argument
/drivers/peripheral/audio/test/benchmarktest/render/
Daudio_render_benchmarktest.cpp524 BENCHMARK_F(AudioRenderBenchmarkTest, SetMute)(benchmark::State &state) in BENCHMARK_F() argument
/drivers/peripheral/ril/interfaces/hdi_service/src/
Dril_impl.cpp186 int32_t RilImpl::SetMute(int32_t slotId, int32_t serialId, int32_t mute) in SetMute() function in OHOS::HDI::Ril::V1_2::RilImpl