Searched defs:kCommandStrings (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/binder/
H A DIPCThreadState.cpp101 static const char *kCommandStrings[] = { member in namespace:android
131 if (idx < sizeof(kCommandStrings) / sizeof(kCommandStrings[0]))
132 return kCommandStrings[idx];
219 static const size_t N = sizeof(kCommandStrings)/sizeof(kCommandStrings[0]);
228 out << kCommandStrings[cmdIndex]; local

Completed in 191 milliseconds