Home
last modified time | relevance | path

Searched refs:choice (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/audio/test/sample/
H A Didl_capture.c398 int choice = 0; in SelectRecordMode() local
404 printf("Please enter your choice:"); in SelectRecordMode()
406 int32_t ret = CheckInputName(INPUT_INT, (void *)&choice); in SelectRecordMode()
411 *recordModeFlag = choice; in SelectRecordMode()
620 int choice = 0; in SelectLoadingMode() local
623 printf("Please enter your choice: "); in SelectLoadingMode()
625 int32_t ret = CheckInputName(INPUT_INT, (void *)&choice); in SelectLoadingMode()
629 switch (choice) { in SelectLoadingMode()
648 int choice = 0; in SelectAudioInputType() local
652 printf("Please enter your choice in SelectAudioInputType()
1231 ProcessMenu(int32_t choice) ProcessMenu() argument
1261 int choice = 0; Choice0() local
[all...]
H A Didl_render.c417 int choice = 0; in SelectPlayMode() local
423 printf("Please enter your choice:"); in SelectPlayMode()
425 int32_t ret = CheckInputName(INPUT_INT, (void *)&choice); in SelectPlayMode()
430 *palyModeFlag = choice; in SelectPlayMode()
569 int choice = 0; in SelectLoadingMode() local
575 printf("Please enter your choice:"); in SelectLoadingMode()
577 int32_t ret = CheckInputName(INPUT_INT, (void *)&choice); in SelectLoadingMode()
582 switch (choice) { in SelectLoadingMode()
1009 printf("Please input your choice:\n"); in PrintRenderSelectPinFirst()
1036 printf("Please input your choice in PrintRenderSelectPinSecond()
1224 ProcessMenu(int32_t choice) ProcessMenu() argument
1246 int32_t choice = 0; Choice() local
[all...]
H A Dframework_common.h77 int32_t FormatLoadLibPath(char *resolvedPath, int32_t pathLen, int choice);
/drivers/peripheral/camera/test/ut/v4l2/
H A Dtest_camera_base.h154 void BufferCallback(unsigned char* addr, int choice);
H A Dtest_camera_base.cpp349 void TestCameraBase::BufferCallback(unsigned char* addr, int choice) in BufferCallback() argument
351 if (choice == PREVIEW_MODE) { in BufferCallback()
/drivers/peripheral/camera/test/ut/usb_camera/
H A Dtest_camera_base.cpp360 void TestCameraBase::BufferCallback(unsigned char* addr, int choice) in BufferCallback() argument
362 if (choice == PREVIEW_MODE) { in BufferCallback()

Completed in 7 milliseconds