Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DParcel.cpp2355 binder_size_t* const OBJS = mObjects; in readObject() local
2366 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() local
2481 = reinterpret_cast<const flat_binder_object*>(DATA+OBJS[i]); in print()
2482 to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << ": " in print()