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

/frameworks/native/libs/binder/
H A DIPCThreadState.cpp144 size_t cmdIndex = code & 0xff; local
148 } else if (cmdIndex >= N) {
152 out << kReturnStrings[cmdIndex];
205 size_t cmdIndex = code & 0xff; local
207 if (cmdIndex >= N) {
211 out << kCommandStrings[cmdIndex];

Completed in 107 milliseconds