Home
last modified time | relevance | path

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

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