HomeSort by relevance Sort by last modified time
    Searched refs:function_table (Results 1 - 5 of 5) sorted by null

  /system/bluetooth/tools/
bttest.c 51 } function_table[] = { variable in typeref:struct:__anon25883
62 for (i = 0; function_table[i].name; i++) {
63 printf("\tbttest %s\n", function_table[i].name);
74 for (i = 0; function_table[i].name; i++) {
75 if (!strcmp(argv[1], function_table[i].name)) {
76 printf("%s\n", function_table[i].name);
77 return (*function_table[i].ptr)();
pipetest.c 389 } function_table[] = { variable in typeref:struct:__anon25884
409 for (i = 0; function_table[i].name; i++) {
410 printf("\tpipetest %s\n", function_table[i].name);
421 for (i = 0; function_table[i].name; i++) {
422 if (!strcmp(argv[1], function_table[i].name)) {
423 printf("%s\n", function_table[i].name);
424 return (*function_table[i].ptr)();
  /system/extras/micro_bench/
micro_bench.c 157 } function_table[] = { variable in typeref:struct:__anon26081
170 for (i = 0; function_table[i].name; i++) {
171 printf("\tmicro_bench %s ARG\n", function_table[i].name);
182 for (i = 0; function_table[i].name; i++) {
183 if (!strcmp(argv[1], function_table[i].name)) {
184 printf("%s\n", function_table[i].name);
185 return (*function_table[i].ptr)(atoi(argv[2]));
  /frameworks/base/services/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 499 FunctionTableEntry function_table[] = { variable
511 int entries = sizeof(function_table) / sizeof(function_table[0]);
513 if (strcmp(function_table[i].name, tag) == 0) {
514 (*function_table[i].func)();
  /ndk/sources/host-tools/make-3.81/
function.c 67 static struct hash_table function_table; variable in typeref:struct:hash_table
274 return hash_find_item (&function_table, &function_table_entry_key);
    [all...]

Completed in 165 milliseconds