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

/frameworks/native/libs/binder/
H A DParcel.cpp1340 binder_size_t* const OBJS = mObjects; local
1351 while (opos < (N-1) && OBJS[opos] < DPOS) {
1357 if (OBJS[opos] == DPOS) {
1367 while (opos > 0 && OBJS[opos] > DPOS) {
1370 if (OBJS[opos] == DPOS) {
1461 const binder_size_t* OBJS = objects(); local
1465 = reinterpret_cast<const flat_binder_object*>(DATA+OBJS[i]);
1466 to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << ": "

Completed in 100 milliseconds