Searched refs:binder_command_strings (Results 1 – 3 of 3) sorted by relevance
11 const char * const binder_command_strings[] = { variable
384 _IOC_NR(__entry->cmd) < ARRAY_SIZE(binder_command_strings) ?385 binder_command_strings[_IOC_NR(__entry->cmd)] :
6705 static const char * const binder_command_strings[] = { variable6747 ARRAY_SIZE(binder_command_strings)); in print_binder_stats()6753 binder_command_strings[i], temp); in print_binder_stats()