Searched defs:volMax (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 | 207 long volMax = MIN_VOLUME; in AudioCtlRenderGetVolThreshold() local
|
H A D | alsa_lib_capture.c | 206 long volMax = 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 | 27 constexpr int32_t volMax = 100; member
|
/drivers/peripheral/audio/hdi_service/primary_impl/src/ |
H A D | audio_capture.c | 487 float volMax = (float)hwCapture->captureParam.captureMode.ctlParam.volThreshold.volMax; in AudioCaptureSetVolume() local 553 float volMax = (float)hwCapture->captureParam.captureMode.ctlParam.volThreshold.volMax; in AudioCaptureGetVolume() local
|
H A D | audio_render.c | 539 float volMax = (float)hwRender->renderParam.renderMode.ctlParam.volThreshold.volMax; in AudioRenderSetVolume() local 602 float volMax = (float)hwRender->renderParam.renderMode.ctlParam.volThreshold.volMax; in AudioRenderGetVolume() local
|
/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 | 180 int volMax; member
|
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/ |
H A D | audio_internal.h | 220 int volMax; member
|
/drivers/peripheral/audio/hdi_service/primary_impl/include/ |
H A D | audio_internal.h | 174 int volMax; member
|
Completed in 17 milliseconds