Home
last modified time | relevance | path

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

/drivers/peripheral/bluetooth/audio/interfaces/include/
Daudio_volume.h69 int32_t (*GetMute)(AudioHandle handle, bool *mute); member
/drivers/peripheral/audio/interfaces/include/
Daudio_volume.h69 int32_t (*GetMute)(AudioHandle handle, bool *mute); member
/drivers/peripheral/audio/interfaces/2.0/include/
Daudio_volume.h69 int32_t (*GetMute)(AudioHandle handle, bool *mute); member
/drivers/peripheral/audio/supportlibs/alsa_adapter/include/
Dalsa_snd_capture.h61 bool (*GetMute)(struct AlsaCapture *); member
Dalsa_snd_render.h61 bool (*GetMute)(struct AlsaRender *); member
/drivers/peripheral/audio/interfaces/sound/v1_0/
Diaudio_capture_vdi.h38 int32_t (*GetMute)(struct IAudioCaptureVdi *self, bool *mute); member
Diaudio_render_vdi.h46 int32_t (*GetMute)(struct IAudioRenderVdi *self, bool *mute); member
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
Daudio_capture_ext_impl.cpp204 int32_t AudioCaptureExtImpl::GetMute(bool &mute) in GetMute() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioCaptureExtImpl
Daudio_capture_interface_impl.cpp244 int32_t AudioCaptureInterfaceImpl::GetMute(bool &mute) in GetMute() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioCaptureInterfaceImpl
Daudio_render_ext_impl.cpp322 int32_t AudioRenderExtImpl::GetMute(bool &mute) in GetMute() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderExtImpl
Daudio_render_interface_impl.cpp333 int32_t AudioRenderInterfaceImpl::GetMute(bool &mute) in GetMute() 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.h156 int32_t GetMute(bool &mute) override in GetMute() function
317 int32_t GetMute(bool &mute) override in GetMute() function
/drivers/peripheral/audio/test/benchmarktest/capture/
Daudio_capture_benchmarktest.cpp382 BENCHMARK_F(AudioCaptureBenchmarkTest, GetMute)(benchmark::State &state) in BENCHMARK_F() argument
/drivers/peripheral/audio/test/benchmarktest/render/
Daudio_render_benchmarktest.cpp538 BENCHMARK_F(AudioRenderBenchmarkTest, GetMute)(benchmark::State &state) in BENCHMARK_F() argument
/drivers/peripheral/ril/interfaces/hdi_service/src/
Dril_impl.cpp192 int32_t RilImpl::GetMute(int32_t slotId, int32_t serialId) in GetMute() function in OHOS::HDI::Ril::V1_3::RilImpl