Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DParcel.cpp1180 size_t* const OBJS = mObjects; in readObject() local
1191 while (opos < (N-1) && OBJS[opos] < DPOS) { in readObject()
1197 if (OBJS[opos] == DPOS) { in readObject()
1207 while (opos > 0 && OBJS[opos] > DPOS) { in readObject()
1210 if (OBJS[opos] == DPOS) { in readObject()
1290 const size_t* OBJS = objects(); in print() local
1294 = reinterpret_cast<const flat_binder_object*>(DATA+OBJS[i]); in print()
1295 to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << ": " in print()