Home
last modified time | relevance | path

Searched refs:DPOS (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/binder/
DParcel.cpp2398 const size_t DPOS = mDataPos; in readObject() local
2399 if ((DPOS+sizeof(flat_binder_object)) <= mDataSize) { in readObject()
2401 = reinterpret_cast<const flat_binder_object*>(mData+DPOS); in readObject()
2402 mDataPos = DPOS + sizeof(flat_binder_object); in readObject()
2418 this, DPOS, opos); in readObject()
2423 while (opos < (N-1) && OBJS[opos] < DPOS) { in readObject()
2429 if (OBJS[opos] == DPOS) { in readObject()
2432 this, DPOS, opos); in readObject()
2439 while (opos > 0 && OBJS[opos] > DPOS) { in readObject()
2442 if (OBJS[opos] == DPOS) { in readObject()
[all …]