Home
last modified time | relevance | path

Searched refs:volThreshold (Results 1 - 17 of 17) sorted by relevance

/drivers/peripheral/audio/test/systemtest/supportlibs/hardwaredependence/capture/src/
H A Daudio_libcapture_hardwaredependence_test.cpp150 volumeThresholdValueMax = hwCapture->captureParam.captureMode.ctlParam.volThreshold.volMax; in HWTEST_F()
151 volumeThresholdValueMin = hwCapture->captureParam.captureMode.ctlParam.volThreshold.volMin; in HWTEST_F()
192 volumeThresholdValueMax = hwCapture->captureParam.captureMode.ctlParam.volThreshold.volMax; in HWTEST_F()
193 volumeThresholdValueMin = hwCapture->captureParam.captureMode.ctlParam.volThreshold.volMin; in HWTEST_F()
233 volumeThresholdValueMax = hwCapture->captureParam.captureMode.ctlParam.volThreshold.volMax; in HWTEST_F()
234 volumeThresholdValueMin = hwCapture->captureParam.captureMode.ctlParam.volThreshold.volMin; in HWTEST_F()
264 volumeThresholdValueMax = hwCapture->captureParam.captureMode.ctlParam.volThreshold.volMax; in HWTEST_F()
265 volumeThresholdValueMin = hwCapture->captureParam.captureMode.ctlParam.volThreshold.volMin; in HWTEST_F()
/drivers/peripheral/audio/supportlibs/adm_adapter/include/
H A Daudio_interface_lib_common.h55 int32_t AudioGetElemValue(struct HdfSBuf *reply, struct AudioCtrlElemInfo *volThreshold);
/drivers/peripheral/audio/test/systemtest/supportlibs/hardwaredependence/render/src/
H A Daudio_librender_hardwaredependence_test.cpp166 volumeThresholdValueMaxIn = hwRender->renderParam.renderMode.ctlParam.volThreshold.volMax; in HWTEST_F()
167 volumeThresholdValueMinIn = hwRender->renderParam.renderMode.ctlParam.volThreshold.volMin; in HWTEST_F()
213 volumeThresholdValueMaxIn = hwRender->renderParam.renderMode.ctlParam.volThreshold.volMax; in HWTEST_F()
214 volumeThresholdValueMinIn = hwRender->renderParam.renderMode.ctlParam.volThreshold.volMin; in HWTEST_F()
254 volumeThresholdValueMaxIn = hwRender->renderParam.renderMode.ctlParam.volThreshold.volMax; in HWTEST_F()
255 volumeThresholdValueMinIn = hwRender->renderParam.renderMode.ctlParam.volThreshold.volMin; in HWTEST_F()
287 volumeThresholdValueMaxIn = hwRender->renderParam.renderMode.ctlParam.volThreshold.volMax; in HWTEST_F()
288 volumeThresholdValueMinIn = hwRender->renderParam.renderMode.ctlParam.volThreshold.volMin; in HWTEST_F()
/drivers/peripheral/audio/test/systemtest/supportlibs/common/render/src/
H A Daudio_alsa_librender_test.cpp634 volumeThresholdValueMax = hwRender->renderParam.renderMode.ctlParam.volThreshold.volMax; in HWTEST_F()
635 volumeThresholdValueMin = hwRender->renderParam.renderMode.ctlParam.volThreshold.volMin; in HWTEST_F()
666 volumeThresholdValueMax = hwRender->renderParam.renderMode.ctlParam.volThreshold.volMax; in HWTEST_F()
667 volumeThresholdValueMin = hwRender->renderParam.renderMode.ctlParam.volThreshold.volMin; in HWTEST_F()
717 volumeThresholdValueMax = hwRender->renderParam.renderMode.ctlParam.volThreshold.volMax; in HWTEST_F()
718 volumeThresholdValueMin = hwRender->renderParam.renderMode.ctlParam.volThreshold.volMin; in HWTEST_F()
761 volumeThresholdValueMax = hwRender->renderParam.renderMode.ctlParam.volThreshold.volMax; in HWTEST_F()
762 volumeThresholdValueMin = hwRender->renderParam.renderMode.ctlParam.volThreshold.volMin; in HWTEST_F()
/drivers/peripheral/audio/test/systemtest/supportlibs/common/capture/src/
H A Daudio_alsa_libcapture_test.cpp549 volumeThresholdValueMax = hwCapture->captureParam.captureMode.ctlParam.volThreshold.volMax; in HWTEST_F()
550 volumeThresholdValueMin = hwCapture->captureParam.captureMode.ctlParam.volThreshold.volMin; in HWTEST_F()
582 volumeThresholdValueMax = hwCapture->captureParam.captureMode.ctlParam.volThreshold.volMax; in HWTEST_F()
583 volumeThresholdValueMin = hwCapture->captureParam.captureMode.ctlParam.volThreshold.volMin; in HWTEST_F()
634 volumeThresholdValueMax = hwCapture->captureParam.captureMode.ctlParam.volThreshold.volMax; in HWTEST_F()
635 volumeThresholdValueMin = hwCapture->captureParam.captureMode.ctlParam.volThreshold.volMin; in HWTEST_F()
679 volumeThresholdValueMax = hwCapture->captureParam.captureMode.ctlParam.volThreshold.volMax; in HWTEST_F()
680 volumeThresholdValueMin = hwCapture->captureParam.captureMode.ctlParam.volThreshold.volMin; in HWTEST_F()
/drivers/peripheral/audio/supportlibs/adm_adapter/src/
H A Daudio_interface_lib_render.c605 struct AudioCtrlElemInfo volThreshold; in AudioCtlRenderGetVolThreshold() local
606 if (AudioGetElemValue(reply, &volThreshold) < 0) { in AudioCtlRenderGetVolThreshold()
611 handleData->renderMode.ctlParam.volThreshold.volMax = volThreshold.max; in AudioCtlRenderGetVolThreshold()
612 handleData->renderMode.ctlParam.volThreshold.volMin = volThreshold.min; in AudioCtlRenderGetVolThreshold()
H A Daudio_interface_lib_capture.c651 struct AudioCtrlElemInfo volThreshold; in AudioCtlCaptureGetVolThreshold() local
680 ret = AudioGetElemValue(reply, &volThreshold); in AudioCtlCaptureGetVolThreshold()
686 handleData->captureMode.ctlParam.volThreshold.volMax = volThreshold.max; in AudioCtlCaptureGetVolThreshold()
687 handleData->captureMode.ctlParam.volThreshold.volMin = volThreshold.min; in AudioCtlCaptureGetVolThreshold()
H A Daudio_interface_lib_common.c94 int32_t AudioGetElemValue(struct HdfSBuf *reply, struct AudioCtrlElemInfo *volThreshold) in AudioGetElemValue() argument
96 if (reply == NULL || volThreshold == NULL) { in AudioGetElemValue()
97 AUDIO_FUNC_LOGE("reply or volThreshold is null!"); in AudioGetElemValue()
100 if (!HdfSbufReadInt32(reply, &volThreshold->type)) { in AudioGetElemValue()
101 AUDIO_FUNC_LOGE("Failed to Get volThreshold->type!"); in AudioGetElemValue()
104 if (!HdfSbufReadInt32(reply, &volThreshold->max)) { in AudioGetElemValue()
105 AUDIO_FUNC_LOGE("Failed to Get volThreshold->max!"); in AudioGetElemValue()
108 if (!HdfSbufReadInt32(reply, &volThreshold->min)) { in AudioGetElemValue()
109 AUDIO_FUNC_LOGE("Failed to Get volThreshold->min!"); in AudioGetElemValue()
/drivers/peripheral/audio/supportlibs/alsa_adapter/src/
H A Dalsa_lib_render.c219 handleData->renderMode.ctlParam.volThreshold.volMin = (int)volMin; in AudioCtlRenderGetVolThreshold()
220 handleData->renderMode.ctlParam.volThreshold.volMax = (int)volMax; in AudioCtlRenderGetVolThreshold()
H A Dalsa_lib_capture.c218 handleData->captureMode.ctlParam.volThreshold.volMax = (int)volMax; in AudioCtlCaptureGetVolThreshold()
219 handleData->captureMode.ctlParam.volThreshold.volMin = (int)volMin; in AudioCtlCaptureGetVolThreshold()
/drivers/peripheral/audio/hdi_service/primary_impl/src/
H A Daudio_render.c539 float volMax = (float)hwRender->renderParam.renderMode.ctlParam.volThreshold.volMax; in AudioRenderSetVolume()
540 float volMin = (float)hwRender->renderParam.renderMode.ctlParam.volThreshold.volMin; in AudioRenderSetVolume()
602 float volMax = (float)hwRender->renderParam.renderMode.ctlParam.volThreshold.volMax; in AudioRenderGetVolume()
603 float volMin = (float)hwRender->renderParam.renderMode.ctlParam.volThreshold.volMin; in AudioRenderGetVolume()
H A Daudio_capture.c487 float volMax = (float)hwCapture->captureParam.captureMode.ctlParam.volThreshold.volMax; in AudioCaptureSetVolume()
488 float volMin = (float)hwCapture->captureParam.captureMode.ctlParam.volThreshold.volMin; in AudioCaptureSetVolume()
553 float volMax = (float)hwCapture->captureParam.captureMode.ctlParam.volThreshold.volMax; in AudioCaptureGetVolume()
554 float volMin = (float)hwCapture->captureParam.captureMode.ctlParam.volThreshold.volMin; in AudioCaptureGetVolume()
/drivers/peripheral/audio/test/unittest/supportlibs/interface_lib_capture/src/
H A Daudio_alsa_if_lib_capture_test.cpp193 int32_t volumeMin = handleData->captureMode.ctlParam.volThreshold.volMin; in HWTEST_F()
194 int32_t volumeMax = handleData->captureMode.ctlParam.volThreshold.volMax; in HWTEST_F()
/drivers/peripheral/audio/test/unittest/supportlibs/interface_lib_render/src/
H A Daudio_alsa_if_lib_render_test.cpp197 int32_t volumeMin = handleData->renderMode.ctlParam.volThreshold.volMin; in HWTEST_F()
198 int32_t volumeMax = handleData->renderMode.ctlParam.volThreshold.volMax; in HWTEST_F()
/drivers/peripheral/audio/hdi_service/primary_impl/include/
H A Daudio_internal.h186 struct AudioVol volThreshold; member
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/
H A Daudio_internal.h232 struct AudioVol volThreshold; member
/drivers/peripheral/audio/hal/hdi_passthrough/include/
H A Daudio_internal.h192 struct AudioVol volThreshold; member

Completed in 20 milliseconds