Searched refs:OBJS (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/libs/binder/
H A DParcel.cpp2355 binder_size_t* const OBJS = mObjects; local
2366 while (opos < (N-1) && OBJS[opos] < DPOS) {
2372 if (OBJS[opos] == DPOS) {
2382 while (opos > 0 && OBJS[opos] > DPOS) {
2385 if (OBJS[opos] == DPOS) {
2477 const binder_size_t* OBJS = objects(); local
2481 = reinterpret_cast<const flat_binder_object*>(DATA+OBJS[i]);
2482 to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << ": "

Completed in 35 milliseconds