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

/system/libhwbinder/
H A DParcel.cpp1431 const size_t DPOS = mDataPos; local
1436 if ((DPOS+sizeof(T)) <= mDataSize) {
1437 const T* obj = reinterpret_cast<const T*>(mData+DPOS);
1438 mDataPos = DPOS + sizeof(T);
1478 this, DPOS, opos);
1483 while (opos < (N-1) && OBJS[opos] < DPOS) {
1489 if (OBJS[opos] == DPOS) {
1492 this, DPOS, opos);
1502 while (opos > 0 && OBJS[opos] > DPOS) {
1505 if (OBJS[opos] == DPOS) {
[all...]

Completed in 1580 milliseconds