Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DParcel.cpp643 const binder_size_t objPos = otherRpcFields->mObjectPositions[i]; in appendFrom() local
644 if (offset <= objPos && objPos < offset + len) { in appendFrom()
645 size_t newDataPos = objPos - offset + startPos; in appendFrom()