Searched refs:OBJS (Results 1 – 1 of 1) sorted by relevance
2112 binder_size_t* const OBJS = mObjects; in readObject() local2123 while (opos < (N-1) && OBJS[opos] < DPOS) { in readObject()2129 if (OBJS[opos] == DPOS) { in readObject()2139 while (opos > 0 && OBJS[opos] > DPOS) { in readObject()2142 if (OBJS[opos] == DPOS) { in readObject()2233 const binder_size_t* OBJS = objects(); in print() local2237 = reinterpret_cast<const flat_binder_object*>(DATA+OBJS[i]); in print()2238 to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << ": " in print()