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

/frameworks/native/libs/binder/
H A DParcel.cpp2098 const size_t DPOS = mDataPos; local
2099 if ((DPOS+sizeof(flat_binder_object)) <= mDataSize) {
2101 = reinterpret_cast<const flat_binder_object*>(mData+DPOS);
2102 mDataPos = DPOS + sizeof(flat_binder_object);
2118 this, DPOS, opos);
2123 while (opos < (N-1) && OBJS[opos] < DPOS) {
2129 if (OBJS[opos] == DPOS) {
2132 this, DPOS, opos);
2139 while (opos > 0 && OBJS[opos] > DPOS) {
2142 if (OBJS[opos] == DPOS) {
[all...]

Completed in 43 milliseconds