Home | History | Annotate | Download | only in binder

Lines Matching refs:cmdIndex

161     size_t cmdIndex = code & 0xff;
165 } else if (cmdIndex >= N) {
169 out << kReturnStrings[cmdIndex];
222 size_t cmdIndex = code & 0xff;
224 if (cmdIndex >= N) {
228 out << kCommandStrings[cmdIndex];