Home
last modified time | relevance | path

Searched defs:volume (Results 1 – 25 of 40) sorted by relevance

12

/drivers/peripheral/audio/interfaces/include/
Daudio_capture.h72 struct AudioVolume volume; member
Daudio_render.h72 struct AudioVolume volume; member
/drivers/peripheral/audio/interfaces/2.0/include/
Daudio_capture.h73 struct AudioVolume volume; member
Daudio_render.h74 struct AudioVolume volume; member
/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/
Daudio_idl_hdirender_volume_test.cpp491 float volume = 0; variable
506 float volume = 0.30; variable
524 float volume = 0.30; variable
548 float volume = 0.3; variable
/drivers/peripheral/audio/test/systemtest/hdi_service/common/capture/src/
Daudio_idl_hdicapture_volume_test.cpp255 float volume = 0; variable
270 float volume = 0.60; variable
288 float volume = 0.60; variable
311 float volume = 0.30; variable
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_capture_interface/src/
Daudio_capture_interface_impl_test.cpp269 float volume = 0; variable
282 float volume = 0; variable
/drivers/peripheral/audio/test/unittest/common/render/
Daudio_render_common_test.cpp732 float volume = 0.2; variable
738 float volume = -1.0; variable
744 float volume = 2.0; variable
750 float volume = 0.2; variable
/drivers/peripheral/bluetooth/audio/interfaces/include/
Daudio_render.h72 struct AudioVolume volume; member
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_render_interface/src/
Daudio_render_interface_impl_test.cpp407 float volume = 0; variable
420 float volume = 0; variable
/drivers/peripheral/audio/supportlibs/alsa_adapter/src/
Dalsa_snd_render.c794 static int32_t RenderGetVolumeImpl(struct AlsaRender *renderIns, long *volume) in RenderGetVolumeImpl()
800 static int32_t RenderSetVolumeImpl(struct AlsaRender *renderIns, long volume) in RenderSetVolumeImpl()
812 static int32_t RenderGetGainImpl(struct AlsaRender *renderIns, float *volume) in RenderGetGainImpl()
818 static int32_t RenderSetGainImpl(struct AlsaRender *renderIns, float volume) in RenderSetGainImpl()
Dalsa_snd_capture.c805 static int32_t CaptureGetVolumeImpl(struct AlsaCapture *captureIns, long *volume) in CaptureGetVolumeImpl()
811 static int32_t CaptureSetVolumeImpl(struct AlsaCapture *captureIns, long volume) in CaptureSetVolumeImpl()
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
Daudio_capture_ext_impl.cpp211 int32_t AudioCaptureExtImpl::SetVolume(float volume) in SetVolume()
218 int32_t AudioCaptureExtImpl::GetVolume(float &volume) in GetVolume()
Daudio_capture_interface_impl.cpp251 int32_t AudioCaptureInterfaceImpl::SetVolume(float volume) in SetVolume()
258 int32_t AudioCaptureInterfaceImpl::GetVolume(float &volume) in GetVolume()
Daudio_render_interface_impl.cpp340 int32_t AudioRenderInterfaceImpl::SetVolume(float volume) in SetVolume()
347 int32_t AudioRenderInterfaceImpl::GetVolume(float &volume) in GetVolume()
Daudio_render_ext_impl.cpp329 int32_t AudioRenderExtImpl::SetVolume(float volume) in SetVolume()
336 int32_t AudioRenderExtImpl::GetVolume(float &volume) in GetVolume()
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_test_utils/
Daudio_test_utils.h161 int32_t SetVolume(float volume) override in SetVolume()
166 int32_t GetVolume(float &volume) override in GetVolume()
322 int32_t SetVolume(float volume) override in SetVolume()
327 int32_t GetVolume(float &volume) override in GetVolume()
/drivers/peripheral/audio/test/unittest/common/capture/
Daudio_capture_common_test.cpp569 float volume = 0.0; variable
608 float volume = 0.0; variable
617 float volume = 0.0; variable
/drivers/peripheral/audio/test/unittest/common/adapter/
Daudio_adapter_common_test.cpp435 float volume = 0; variable
441 float volume = 0; variable
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
Dfast_audio_render.cpp168 int32_t FastRenderSetVolume(AudioHandle handle, float volume) in FastRenderSetVolume()
176 int32_t FastRenderGetVolume(AudioHandle handle, float *volume) in FastRenderGetVolume()
Daudio_render.cpp251 int32_t AudioRenderSetVolume(AudioHandle handle, float volume) in AudioRenderSetVolume()
257 int32_t AudioRenderGetVolume(AudioHandle handle, float *volume) in AudioRenderGetVolume()
/drivers/peripheral/audio/test/systemtest/hdi_service/hdiperformace/src/
Daudio_idlhdirender_performace_test.cpp511 float volume = 0.80; variable
542 float volume = 0.30; variable
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_capture_extension/src/
Daudio_capture_ext_impl_test.cpp226 float volume = 0.0; variable
/drivers/peripheral/audio/hdi_service/primary_impl/src/
Daudio_capture.c477 int32_t AudioCaptureSetVolume(struct IAudioCapture *handle, float volume) in AudioCaptureSetVolume()
525 int32_t AudioCaptureGetVolume(struct IAudioCapture *handle, float *volume) in AudioCaptureGetVolume()
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/src/
Daudio_proxy_render.cpp317 int32_t AudioProxyRenderSetVolume(const AudioHandle handle, float volume) in AudioProxyRenderSetVolume()
323 int32_t AudioProxyRenderGetVolume(const AudioHandle handle, float *volume) in AudioProxyRenderGetVolume()

12