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

/frameworks/native/libs/binder/
H A DParcel.cpp1181 size_t* const OBJS = mObjects; local
1192 while (opos < (N-1) && OBJS[opos] < DPOS) {
1198 if (OBJS[opos] == DPOS) {
1208 while (opos > 0 && OBJS[opos] > DPOS) {
1211 if (OBJS[opos] == DPOS) {
1291 const size_t* OBJS = objects(); local
1295 = reinterpret_cast<const flat_binder_object*>(DATA+OBJS[i]);
1296 to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << ": "

Completed in 85 milliseconds