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

/system/libhwbinder/
H A DParcel.cpp1798 size_t totalBuffersSize = 0; local
1810 if (alignedSize > SIZE_MAX - totalBuffersSize) {
1814 totalBuffersSize += alignedSize;
1817 return totalBuffersSize;

Completed in 153 milliseconds