Lines Matching refs:choice
398 int choice = 0; in SelectRecordMode() local
406 int32_t ret = CheckInputName(INPUT_INT, (void *)&choice); in SelectRecordMode()
411 *recordModeFlag = choice; in SelectRecordMode()
620 int choice = 0; in SelectLoadingMode() local
625 int32_t ret = CheckInputName(INPUT_INT, (void *)&choice); in SelectLoadingMode()
629 switch (choice) { in SelectLoadingMode()
648 int choice = 0; in SelectAudioInputType() local
654 int32_t ret = CheckInputName(INPUT_INT, (void *)&choice); in SelectAudioInputType()
659 if ((choice >= 0) && (choice <= 7)) { // 7. the max value of audio input type in SelectAudioInputType()
660 g_voiceCallType = 1 << choice; in SelectAudioInputType()
1231 static void ProcessMenu(int32_t choice) in ProcessMenu() argument
1233 if (choice == GET_CAPTURE_POSITION + 1) { in ProcessMenu()
1237 if (g_capture == NULL && choice != 1) { in ProcessMenu()
1244 if ((choice == (int32_t)g_processCaptureMenuSwitchList[i - 1].cmd) && in ProcessMenu()
1261 int choice = 0; in Choice0() local
1269 int32_t ret = CheckInputName(INPUT_INT, (void *)&choice); in Choice0()
1274 switch (choice) { in Choice0()