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

/frameworks/native/libs/binder/
H A DParcel.cpp2113 binder_size_t* const OBJS = mObjects; local
2124 while (opos < (N-1) && OBJS[opos] < DPOS) {
2130 if (OBJS[opos] == DPOS) {
2140 while (opos > 0 && OBJS[opos] > DPOS) {
2143 if (OBJS[opos] == DPOS) {
2234 const binder_size_t* OBJS = objects(); local
2238 = reinterpret_cast<const flat_binder_object*>(DATA+OBJS[i]);
2239 to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << ": "

Completed in 1154 milliseconds