Searched defs:firstIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/binder/
H A DParcel.cpp370 int firstIndex = -1, lastIndex = -2; local
387 if (firstIndex == -1) {
388 firstIndex = i;
393 int numObjects = lastIndex - firstIndex + 1;
425 for (int i = firstIndex; i <= lastIndex; i++) {

Completed in 60 milliseconds