Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DIPCThreadState.cpp156 size_t cmdIndex = code & 0xff; in printReturnCommand() local
160 } else if (cmdIndex >= N) { in printReturnCommand()
164 out << "\t" << kReturnStrings[cmdIndex]; in printReturnCommand()
220 size_t cmdIndex = code & 0xff; in printCommand() local
222 if (cmdIndex >= N) { in printCommand()
226 out << kCommandStrings[cmdIndex]; in printCommand()