Searched defs:volMin (Results 1 - 14 of 14) sorted by relevance
/drivers/peripheral/audio/supportlibs/alsa_adapter/src/ |
H A D | vendor_render.c | 59 static int32_t RenderGetVolThresholdImpl(struct AlsaRender *renderIns, long *volMin, long *volMax)
in RenderGetVolThresholdImpl() argument
|
H A D | vendor_capture.c | 59 static int32_t CaptureGetVolThresholdImpl(struct AlsaCapture *captureIns, long *volMin, long *volMax)
in CaptureGetVolThresholdImpl() argument
|
H A D | alsa_lib_render.c | 206 long volMin = MIN_VOLUME; in AudioCtlRenderGetVolThreshold() local
|
H A D | alsa_lib_capture.c | 207 long volMin = MIN_VOLUME; in AudioCtlCaptureGetVolThreshold() local
|
H A D | alsa_snd_render.c | 788 static int32_t RenderGetVolThresholdImpl(struct AlsaRender *renderIns, long *volMin, long *volMax)
in RenderGetVolThresholdImpl() argument
|
H A D | alsa_snd_capture.c | 799 static int32_t CaptureGetVolThresholdImpl(struct AlsaCapture *captureIns, long *volMin, long *volMax)
in CaptureGetVolThresholdImpl() argument
|
/drivers/peripheral/audio/test/unittest/supportlibs/interface_lib_render/src/ |
H A D | audio_alsa_if_lib_render_test.cpp | 26 constexpr int32_t volMin = 0; member
|
/drivers/peripheral/audio/hdi_service/primary_impl/src/ |
H A D | audio_capture.c | 488 float volMin = (float)hwCapture->captureParam.captureMode.ctlParam.volThreshold.volMin; in AudioCaptureSetVolume() local 554 float volMin = (float)hwCapture->captureParam.captureMode.ctlParam.volThreshold.volMin; in AudioCaptureGetVolume() local [all...] |
H A D | audio_render.c | 540 float volMin = (float)hwRender->renderParam.renderMode.ctlParam.volThreshold.volMin; in AudioRenderSetVolume() local 603 float volMin = (float)hwRender->renderParam.renderMode.ctlParam.volThreshold.volMin; in AudioRenderGetVolume() local [all...] |
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/ |
H A D | audio_render_interface_impl.cpp | 469 void AudioRenderInterfaceImpl::SetVolumeRangeInner(const uint32_t volMax, const uint32_t volMin) in SetVolumeRangeInner() argument
|
H A D | audio_render_ext_impl.cpp | 501 void AudioRenderExtImpl::SetVolumeRangeInner(const uint32_t volMax, const uint32_t volMin) in SetVolumeRangeInner() argument
|
/drivers/peripheral/audio/hal/hdi_passthrough/include/ |
H A D | audio_internal.h | 179 int volMin; member
|
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/ |
H A D | audio_internal.h | 219 int volMin; member
|
/drivers/peripheral/audio/hdi_service/primary_impl/include/ |
H A D | audio_internal.h | 173 int volMin; member
|
Completed in 15 milliseconds