Home
last modified time | relevance | path

Searched defs:GetGainThreshold (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/drivers/peripheral/audio/interfaces/2.0/include/
H A Daudio_volume.h111 int32_t (*GetGainThreshold)(AudioHandle handle, float *min, float *max); member
/ohos5.0/drivers/peripheral/audio/interfaces/include/
H A Daudio_volume.h111 int32_t (*GetGainThreshold)(AudioHandle handle, float *min, float *max); member
/ohos5.0/drivers/peripheral/bluetooth/audio/interfaces/include/
H A Daudio_volume.h111 int32_t (*GetGainThreshold)(AudioHandle handle, float *min, float *max); member
/ohos5.0/drivers/peripheral/audio/supportlibs/alsa_adapter/include/
H A Dalsa_snd_capture.h56 int32_t (*GetGainThreshold)(struct AlsaCapture *, float *, float *); member
H A Dalsa_snd_render.h56 int32_t (*GetGainThreshold)(struct AlsaRender *, float *, float *); member
/ohos5.0/drivers/peripheral/audio/interfaces/sound/v1_0/
H A Diaudio_capture_vdi.h41 int32_t (*GetGainThreshold)(struct IAudioCaptureVdi *self, float *min, float *max); member
H A Diaudio_render_vdi.h49 int32_t (*GetGainThreshold)(struct IAudioRenderVdi *self, float *min, float *max); member
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_capture_ext_impl.cpp225 int32_t AudioCaptureExtImpl::GetGainThreshold(float &min, float &max) in GetGainThreshold() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioCaptureExtImpl
H A Daudio_capture_interface_impl.cpp265 int32_t AudioCaptureInterfaceImpl::GetGainThreshold(float &min, float &max) in GetGainThreshold() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioCaptureInterfaceImpl
H A Daudio_render_ext_impl.cpp343 int32_t AudioRenderExtImpl::GetGainThreshold(float &min, float &max) in GetGainThreshold() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderExtImpl
H A Daudio_render_interface_impl.cpp354 int32_t AudioRenderInterfaceImpl::GetGainThreshold(float &min, float &max) in GetGainThreshold() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderInterfaceImpl
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_test_utils/
H A Daudio_test_utils.h171 int32_t GetGainThreshold(float &min, float &max) override in GetGainThreshold() function
332 int32_t GetGainThreshold(float &min, float &max) override in GetGainThreshold() function
/ohos5.0/drivers/peripheral/audio/test/benchmarktest/capture/
H A Daudio_capture_benchmarktest.cpp425 BENCHMARK_F(AudioCaptureBenchmarkTest, GetGainThreshold)(benchmark::State &state) in BENCHMARK_F() argument
/ohos5.0/drivers/peripheral/audio/test/benchmarktest/render/
H A Daudio_render_benchmarktest.cpp487 BENCHMARK_F(AudioRenderBenchmarkTest, GetGainThreshold)(benchmark::State &state) in BENCHMARK_F() argument