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

/frameworks/native/libs/binder/
H A DParcel.cpp2112 binder_size_t* const OBJS = mObjects; local
2123 while (opos < (N-1) && OBJS[opos] < DPOS) {
2129 if (OBJS[opos] == DPOS) {
2139 while (opos > 0 && OBJS[opos] > DPOS) {
2142 if (OBJS[opos] == DPOS) {
2233 const binder_size_t* OBJS = objects(); local
2237 = reinterpret_cast<const flat_binder_object*>(DATA+OBJS[i]);
2238 to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << ": "

Completed in 596 milliseconds