Home
last modified time | relevance | path

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

/system/libhwbinder/
DIPCThreadState.cpp147 size_t cmdIndex = code & 0xff; in printReturnCommand() local
151 } else if (cmdIndex >= N) { in printReturnCommand()
155 out << kReturnStrings[cmdIndex]; in printReturnCommand()
208 size_t cmdIndex = code & 0xff; in printCommand() local
210 if (cmdIndex >= N) { in printCommand()
214 out << kCommandStrings[cmdIndex]; in printCommand()