Searched refs:DPOS (Results 1 – 1 of 1) sorted by relevance
1234 const size_t DPOS = mDataPos; in readObject() local1235 if ((DPOS+sizeof(flat_binder_object)) <= mDataSize) { in readObject()1237 = reinterpret_cast<const flat_binder_object*>(mData+DPOS); in readObject()1238 mDataPos = DPOS + sizeof(flat_binder_object); in readObject()1254 this, DPOS, opos); in readObject()1259 while (opos < (N-1) && OBJS[opos] < DPOS) { in readObject()1265 if (OBJS[opos] == DPOS) { in readObject()1268 this, DPOS, opos); in readObject()1275 while (opos > 0 && OBJS[opos] > DPOS) { in readObject()1278 if (OBJS[opos] == DPOS) { in readObject()[all …]