Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DBitTube.cpp137 ssize_t numObjects = 0; in sendObjects() local
148 numObjects++; in sendObjects()
150 return numObjects; in sendObjects()
156 ssize_t numObjects = 0; in recvObjects() local
167 numObjects++; in recvObjects()
169 return numObjects; in recvObjects()
/frameworks/native/libs/binder/
DParcel.cpp392 int numObjects = lastIndex - firstIndex + 1; in appendFrom() local
409 if (numObjects > 0) { in appendFrom()
411 if (mObjectsCapacity < mObjectsSize + numObjects) { in appendFrom()
412 int newSize = ((mObjectsSize + numObjects)*3)/2; in appendFrom()