Lines Matching defs:choice
398 int choice = 0;
404 printf("Please enter your choice:");
406 int32_t ret = CheckInputName(INPUT_INT, (void *)&choice);
411 *recordModeFlag = choice;
620 int choice = 0;
623 printf("Please enter your choice: ");
625 int32_t ret = CheckInputName(INPUT_INT, (void *)&choice);
629 switch (choice) {
648 int choice = 0;
652 printf("Please enter your choice: ");
654 int32_t ret = CheckInputName(INPUT_INT, (void *)&choice);
659 if ((choice >= 0) && (choice <= 7)) { // 7. the max value of audio input type
660 g_voiceCallType = 1 << choice;
1078 printf("Please input your choice:\n");
1112 printf("Please input your choice:\n");
1231 static void ProcessMenu(int32_t choice)
1233 if (choice == GET_CAPTURE_POSITION + 1) {
1237 if (g_capture == NULL && choice != 1) {
1244 if ((choice == (int32_t)g_processCaptureMenuSwitchList[i - 1].cmd) &&
1261 int choice = 0;
1267 printf("Please enter your choice:");
1269 int32_t ret = CheckInputName(INPUT_INT, (void *)&choice);
1274 switch (choice) {
1295 printf("your choice is:\n");