Home
last modified time | relevance | path

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

/system/libhwbinder/
DParcel.cpp1241 size_t opos = mNextObjectHint; in readObject() local
1245 this, DPOS, opos); in readObject()
1249 if (opos < N) { in readObject()
1250 while (opos < (N-1) && OBJS[opos] < DPOS) { in readObject()
1251 opos++; in readObject()
1254 opos = N-1; in readObject()
1256 if (OBJS[opos] == DPOS) { in readObject()
1259 this, DPOS, opos); in readObject()
1260 mNextObjectHint = opos+1; in readObject()
1263 *objects_offset = opos; in readObject()
[all …]