Home | History | Annotate | Download | only in libhwbinder

Lines Matching refs:enoughData

733     const bool enoughData = (mDataPos+sizeof(val)) <= mDataCapacity;
735 if (enoughData && enoughObjects) {
781 if (!enoughData) {