Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DParcel.cpp369 int firstIndex = -1, lastIndex = -2; in appendFrom() local
386 if (firstIndex == -1) { in appendFrom()
387 firstIndex = i; in appendFrom()
392 int numObjects = lastIndex - firstIndex + 1; in appendFrom()
424 for (int i = firstIndex; i <= lastIndex; i++) { in appendFrom()