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

/system/libhwbinder/
H A DParcel.cpp733 const bool enoughData = (mDataPos+sizeof(val)) <= mDataCapacity; local
735 if (enoughData && enoughObjects) {
781 if (!enoughData) {

Completed in 643 milliseconds