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

/frameworks/native/libs/binder/
H A DIPCThreadState.cpp161 size_t cmdIndex = code & 0xff; local
165 } else if (cmdIndex >= N) {
169 out << kReturnStrings[cmdIndex];
222 size_t cmdIndex = code & 0xff; local
224 if (cmdIndex >= N) {
228 out << kCommandStrings[cmdIndex];

Completed in 96 milliseconds