Home
last modified time | relevance | path

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

/system/libhwbinder/
DParcel.cpp1258 size_t opos = mNextObjectHint; in readObject() local
1262 this, DPOS, opos); in readObject()
1266 if (opos < N) { in readObject()
1267 while (opos < (N-1) && OBJS[opos] < DPOS) { in readObject()
1268 opos++; in readObject()
1271 opos = N-1; in readObject()
1273 if (OBJS[opos] == DPOS) { in readObject()
1276 this, DPOS, opos); in readObject()
1277 mNextObjectHint = opos+1; in readObject()
1280 *objects_offset = opos; in readObject()
[all …]