Searched refs:OBJS (Results 1 – 1 of 1) sorted by relevance
2355 binder_size_t* const OBJS = mObjects; in readObject() local2366 while (opos < (N-1) && OBJS[opos] < DPOS) { in readObject()2372 if (OBJS[opos] == DPOS) { in readObject()2382 while (opos > 0 && OBJS[opos] > DPOS) { in readObject()2385 if (OBJS[opos] == DPOS) { in readObject()2477 const binder_size_t* OBJS = objects(); in print() local2481 = reinterpret_cast<const flat_binder_object*>(DATA+OBJS[i]); in print()2482 to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << ": " in print()