Home
last modified time | relevance | path

Searched defs:GetGain (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/drivers/peripheral/audio/interfaces/2.0/include/
H A Daudio_volume.h122 int32_t (*GetGain)(AudioHandle handle, float *gain); member
/ohos5.0/drivers/peripheral/audio/interfaces/include/
H A Daudio_volume.h122 int32_t (*GetGain)(AudioHandle handle, float *gain); member
/ohos5.0/drivers/peripheral/bluetooth/audio/interfaces/include/
H A Daudio_volume.h122 int32_t (*GetGain)(AudioHandle handle, float *gain); member
/ohos5.0/drivers/peripheral/audio/supportlibs/alsa_adapter/include/
H A Dalsa_snd_capture.h57 int32_t (*GetGain)(struct AlsaCapture *, float *); member
H A Dalsa_snd_render.h57 int32_t (*GetGain)(struct AlsaRender *, float *); member
/ohos5.0/drivers/peripheral/audio/interfaces/sound/v1_0/
H A Diaudio_capture_vdi.h42 int32_t (*GetGain)(struct IAudioCaptureVdi *self, float *gain); member
H A Diaudio_render_vdi.h50 int32_t (*GetGain)(struct IAudioRenderVdi *self, float *gain); member
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_capture_ext_impl.cpp240 int32_t AudioCaptureExtImpl::GetGain(float &gain) in GetGain() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioCaptureExtImpl
H A Daudio_capture_interface_impl.cpp280 int32_t AudioCaptureInterfaceImpl::GetGain(float &gain) in GetGain() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioCaptureInterfaceImpl
H A Daudio_render_ext_impl.cpp358 int32_t AudioRenderExtImpl::GetGain(float &gain) in GetGain() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderExtImpl
H A Daudio_render_interface_impl.cpp369 int32_t AudioRenderInterfaceImpl::GetGain(float &gain) in GetGain() 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.h181 int32_t GetGain(float &gain) override in GetGain() function
337 int32_t GetGain(float &gain) override in GetGain() function
/ohos5.0/drivers/peripheral/audio/test/benchmarktest/capture/
H A Daudio_capture_benchmarktest.cpp552 BENCHMARK_F(AudioCaptureBenchmarkTest, GetGain)(benchmark::State &state) in BENCHMARK_F() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.cpp729 double Scrollable::GetGain(double delta) in GetGain() function in OHOS::Ace::Scrollable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp608 double Scrollable::GetGain(double delta) in GetGain() function in OHOS::Ace::NG::Scrollable
/ohos5.0/drivers/peripheral/audio/test/benchmarktest/render/
H A Daudio_render_benchmarktest.cpp472 BENCHMARK_F(AudioRenderBenchmarkTest, GetGain)(benchmark::State &state) in BENCHMARK_F() argument