/drivers/peripheral/audio/interfaces/2.0/include/ |
H A D | audio_volume.h | 111 int32_t (*GetGainThreshold)(AudioHandle handle, float *min, float *max); member
|
/drivers/peripheral/bluetooth/audio/interfaces/include/ |
H A D | audio_volume.h | 111 int32_t (*GetGainThreshold)(AudioHandle handle, float *min, float *max); member
|
/drivers/peripheral/audio/interfaces/include/ |
H A D | audio_volume.h | 111 int32_t (*GetGainThreshold)(AudioHandle handle, float *min, float *max); member
|
/drivers/peripheral/audio/interfaces/sound/v1_0/ |
H A D | iaudio_capture_vdi.h | 41 int32_t (*GetGainThreshold)(struct IAudioCaptureVdi *self, float *min, float *max); member
|
H A D | iaudio_render_vdi.h | 49 int32_t (*GetGainThreshold)(struct IAudioRenderVdi *self, float *min, float *max); member
|
/drivers/peripheral/audio/supportlibs/alsa_adapter/include/ |
H A D | alsa_snd_render.h | 56 int32_t (*GetGainThreshold)(struct AlsaRender *, float *, float *);
member
|
H A D | alsa_snd_capture.h | 56 int32_t (*GetGainThreshold)(struct AlsaCapture *, float *, float *);
member
|
/drivers/peripheral/audio/test/hal_mock/ |
H A D | audio_render_mock.c | 203 static int32_t GetGainThreshold(struct IAudioRenderVdi* render, float *min, float *max)
in GetGainThreshold() function
|
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/ |
H A D | audio_capture_ext_impl.cpp | 225 int32_t AudioCaptureExtImpl::GetGainThreshold(float &min, float &max) in GetGainThreshold() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioCaptureExtImpl
|
H A D | audio_capture_interface_impl.cpp | 263 int32_t AudioCaptureInterfaceImpl::GetGainThreshold(float &min, float &max) in GetGainThreshold() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioCaptureInterfaceImpl
|
H A D | audio_render_interface_impl.cpp | 352 int32_t AudioRenderInterfaceImpl::GetGainThreshold(float &min, float &max) in GetGainThreshold() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderInterfaceImpl
|
H A D | audio_render_ext_impl.cpp | 343 int32_t AudioRenderExtImpl::GetGainThreshold(float &min, float &max) in GetGainThreshold() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderExtImpl
|