Searched defs:enoughData (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/libs/binder/
H A DParcel.cpp1307 const bool enoughData = (mDataPos+sizeof(val)) <= mDataCapacity; local
1309 if (enoughData && enoughObjects) {
1332 if (!enoughData) {

Completed in 39 milliseconds