Searched refs:binder_command_strings (Results 1 – 4 of 4) sorted by relevance
67 static binder_command_strings: [*const u8; super::BC_COUNT]; constant73 let c_str_ptr = unsafe { binder_command_strings[i] }; in command_string()
11 const char * const binder_command_strings[] = { variable
159 _IOC_NR(__entry->cmd) < ARRAY_SIZE(binder_command_strings) ?160 binder_command_strings[_IOC_NR(__entry->cmd)] :
6720 static const char * const binder_command_strings[] = { variable6762 ARRAY_SIZE(binder_command_strings)); in print_binder_stats()6768 binder_command_strings[i], temp); in print_binder_stats()