Searched refs:objPos (Results 1 – 1 of 1) sorted by relevance
643 const binder_size_t objPos = otherRpcFields->mObjectPositions[i]; in appendFrom() local644 if (offset <= objPos && objPos < offset + len) { in appendFrom()645 size_t newDataPos = objPos - offset + startPos; in appendFrom()