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

/frameworks/native/libs/binder/
H A DParcel.cpp1451 const size_t DPOS = mDataPos; local
1452 if ((DPOS+sizeof(flat_binder_object)) <= mDataSize) {
1454 = reinterpret_cast<const flat_binder_object*>(mData+DPOS);
1455 mDataPos = DPOS + sizeof(flat_binder_object);
1471 this, DPOS, opos);
1476 while (opos < (N-1) && OBJS[opos] < DPOS) {
1482 if (OBJS[opos] == DPOS) {
1485 this, DPOS, opos);
1492 while (opos > 0 && OBJS[opos] > DPOS) {
1495 if (OBJS[opos] == DPOS) {
[all...]

Completed in 59 milliseconds