Searched refs:g_processCaptureMenuSwitchList (Results 1 – 1 of 1) sorted by relevance
1217 static struct ProcessCaptureMenuSwitchList g_processCaptureMenuSwitchList[] = { variable1244 if ((choice == (int32_t)g_processCaptureMenuSwitchList[i - 1].cmd) && in ProcessMenu()1245 (g_processCaptureMenuSwitchList[i - 1].operation != NULL)) { in ProcessMenu()1246 g_processCaptureMenuSwitchList[i - 1].operation(&g_capture); in ProcessMenu()