Home
last modified time | relevance | path

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

/aosp12/system/libhwbinder/
H A DParcel.cpp1215 const size_t DPOS = mDataPos; in readObject() local
1220 if ((DPOS+sizeof(T)) <= mDataSize) { in readObject()
1222 mDataPos = DPOS + sizeof(T); in readObject()
1262 this, DPOS, opos); in readObject()
1267 while (opos < (N-1) && OBJS[opos] < DPOS) { in readObject()
1273 if (OBJS[opos] == DPOS) { in readObject()
1276 this, DPOS, opos); in readObject()
1286 while (opos > 0 && OBJS[opos] > DPOS) { in readObject()
1289 if (OBJS[opos] == DPOS) { in readObject()
1292 this, DPOS, opos); in readObject()
[all …]
/aosp12/frameworks/native/libs/binder/
H A DParcel.cpp2018 const size_t DPOS = mDataPos; in readObject() local
2019 if ((DPOS+sizeof(flat_binder_object)) <= mDataSize) { in readObject()
2022 mDataPos = DPOS + sizeof(flat_binder_object); in readObject()
2038 this, DPOS, opos); in readObject()
2043 while (opos < (N-1) && OBJS[opos] < DPOS) { in readObject()
2049 if (OBJS[opos] == DPOS) { in readObject()
2052 this, DPOS, opos); in readObject()
2059 while (opos > 0 && OBJS[opos] > DPOS) { in readObject()
2062 if (OBJS[opos] == DPOS) { in readObject()
2065 this, DPOS, opos); in readObject()
[all …]