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

/drivers/staging/android/
H A Dbinder_trace.h318 _IOC_NR(__entry->cmd) < ARRAY_SIZE(binder_return_strings) ?
319 binder_return_strings[_IOC_NR(__entry->cmd)] :
H A Dbinder.c3396 static const char * const binder_return_strings[] = { variable
3461 ARRAY_SIZE(binder_return_strings));
3465 binder_return_strings[i], stats->br[i]);

Completed in 69 milliseconds