Searched refs:binder_command_strings (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/android/
H A Dbinder_trace.h302 _IOC_NR(__entry->cmd) < ARRAY_SIZE(binder_command_strings) ?
303 binder_command_strings[_IOC_NR(__entry->cmd)] :
H A Dbinder.c3417 static const char * const binder_command_strings[] = { variable
3453 ARRAY_SIZE(binder_command_strings));
3457 binder_command_strings[i], stats->bc[i]);

Completed in 706 milliseconds