Home
last modified time | relevance | path

Searched refs:g_processCaptureMenuSwitchList (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/peripheral/audio/test/sample/
H A Didl_capture.c1217 static struct ProcessCaptureMenuSwitchList g_processCaptureMenuSwitchList[] = { variable
1244 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()