Searched refs:action_table (Results 1 - 3 of 3) sorted by relevance

/system/bluetooth/tools/
H A Dsock_shutdown_test.c256 } action_table[] = { variable in typeref:struct:__anon265
282 for (i = 0; action_table[i].name; i++) {
283 printf("\t%s\n", action_table[i].name);
305 for (i = 0; action_table[i].name; i++) {
306 if (!strcmp(argv[2], action_table[i].name)) {
308 action_table[i].name);
309 return (*action_table[i].ptr)(type);
H A Dasocket_test.c674 } action_table[] = { variable in typeref:struct:__anon261
710 for (i = 0; action_table[i].name; i++) {
711 printf("\t%s\n", action_table[i].name);
733 for (i = 0; action_table[i].name; i++) {
734 if (!strcmp(argv[2], action_table[i].name)) {
736 action_table[i].name);
737 return (*action_table[i].ptr)(type);
H A Dsocktest.c746 } action_table[] = { variable in typeref:struct:__anon267
784 for (i = 0; action_table[i].name; i++) {
785 printf("\t%s\n", action_table[i].name);
807 for (i = 0; action_table[i].name; i++) {
808 if (!strcmp(argv[2], action_table[i].name)) {
810 action_table[i].name);
811 return (*action_table[i].ptr)(type);

Completed in 68 milliseconds