Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DParcel.cpp1210 const size_t DPOS = mDataPos; in readObject() local
1211 if ((DPOS+sizeof(flat_binder_object)) <= mDataSize) { in readObject()
1213 = reinterpret_cast<const flat_binder_object*>(mData+DPOS); in readObject()
1214 mDataPos = DPOS + sizeof(flat_binder_object); in readObject()
1230 this, DPOS, opos); in readObject()
1235 while (opos < (N-1) && OBJS[opos] < DPOS) { in readObject()
1241 if (OBJS[opos] == DPOS) { in readObject()
1244 this, DPOS, opos); in readObject()
1251 while (opos > 0 && OBJS[opos] > DPOS) { in readObject()
1254 if (OBJS[opos] == DPOS) { in readObject()
[all …]