Searched defs:DPOS (Results 1 - 1 of 1) sorted by path

/frameworks/native/libs/binder/
H A DParcel.cpp2259 const size_t DPOS = mDataPos; local
2260 if ((DPOS+sizeof(flat_binder_object)) <= mDataSize) {
2262 = reinterpret_cast<const flat_binder_object*>(mData+DPOS);
2263 mDataPos = DPOS + sizeof(flat_binder_object);
2279 this, DPOS, opos);
2284 while (opos < (N-1) && OBJS[opos] < DPOS) {
2290 if (OBJS[opos] == DPOS) {
2293 this, DPOS, opos);
2300 while (opos > 0 && OBJS[opos] > DPOS) {
2303 if (OBJS[opos] == DPOS) {
[all...]

Completed in 66 milliseconds