Searched refs:INPUT_INT (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/drivers/peripheral/audio/test/sample/ |
H A D | idl_render.c | 90 INPUT_INT = 0, enumerator 115 case INPUT_INT: in CheckInputName() 425 int32_t ret = CheckInputName(INPUT_INT, (void *)&choice); in SelectPlayMode() 577 int32_t ret = CheckInputName(INPUT_INT, (void *)&choice); in SelectLoadingMode() 764 ret = CheckInputName(INPUT_INT, (void *)&val); in SetRenderMute() 916 int32_t ret = CheckInputName(INPUT_INT, (void *)&val); in SelectAttributesFomat() 1011 int32_t ret = CheckInputName(INPUT_INT, (void *)&val); in PrintRenderSelectPinFirst() 1038 int32_t ret = CheckInputName(INPUT_INT, (void *)&val); in PrintRenderSelectPinSecond() 1066 int32_t ret = CheckInputName(INPUT_INT, (void *)&val); in PrintRenderSelectPinThird() 1103 int32_t ret = CheckInputName(INPUT_INT, (void *)&val); in SelectRenderScene() [all …]
|
H A D | idl_capture.c | 107 INPUT_INT = 0, enumerator 136 case INPUT_INT: in CheckInputName() 406 int32_t ret = CheckInputName(INPUT_INT, (void *)&choice); in SelectRecordMode() 625 int32_t ret = CheckInputName(INPUT_INT, (void *)&choice); in SelectLoadingMode() 654 int32_t ret = CheckInputName(INPUT_INT, (void *)&choice); in SelectAudioInputType() 829 ret = CheckInputName(INPUT_INT, (void *)&val); in SetCaptureMute() 984 if (CheckInputName(INPUT_INT, (void *)&val) < 0) { in SelectAttributesFomat() 1080 int32_t ret = CheckInputName(INPUT_INT, (void *)&val); in PrintCaptureSelectPin() 1114 int32_t ret = CheckInputName(INPUT_INT, (void *)&val); in SelectCaptureScene() 1269 int32_t ret = CheckInputName(INPUT_INT, (void *)&choice); in Choice0() [all …]
|