Searched refs:OBJS (Results 1 – 1 of 1) sorted by relevance
2412 binder_size_t* const OBJS = mObjects; in readObject() local2423 while (opos < (N-1) && OBJS[opos] < DPOS) { in readObject()2429 if (OBJS[opos] == DPOS) { in readObject()2439 while (opos > 0 && OBJS[opos] > DPOS) { in readObject()2442 if (OBJS[opos] == DPOS) { in readObject()2534 const binder_size_t* OBJS = mObjects; in print() local2538 = reinterpret_cast<const flat_binder_object*>(DATA+OBJS[i]); in print()2539 to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << ": " in print()