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

/frameworks/native/libs/binder/
H A DParcel.cpp1180 size_t* const OBJS = mObjects; local
1191 while (opos < (N-1) && OBJS[opos] < DPOS) {
1197 if (OBJS[opos] == DPOS) {
1207 while (opos > 0 && OBJS[opos] > DPOS) {
1210 if (OBJS[opos] == DPOS) {
1290 const size_t* OBJS = objects(); local
1294 = reinterpret_cast<const flat_binder_object*>(DATA+OBJS[i]);
1295 to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << ": "

Completed in 29 milliseconds