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

/drivers/staging/android/
H A Dbinder_trace.h300 _IOC_NR(__entry->cmd) < ARRAY_SIZE(binder_command_strings) ?
301 binder_command_strings[_IOC_NR(__entry->cmd)] :
H A Dbinder.c3379 static const char *binder_command_strings[] = { variable
3415 ARRAY_SIZE(binder_command_strings));
3419 binder_command_strings[i], stats->bc[i]);

Completed in 91 milliseconds