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

/system/libhwbinder/
H A DParcel.cpp1823 binder_size_t minOffset = 0; local
1840 if (offset < minOffset) {
1842 __func__, (uint64_t)offset, (uint64_t)minOffset);
1846 minOffset = offset + sizeof(flat_binder_object);

Completed in 309 milliseconds