HomeSort by relevance Sort by last modified time
    Searched refs:enoughData (Results 1 - 2 of 2) sorted by null

  /system/libhwbinder/
Parcel.cpp 733 const bool enoughData = (mDataPos+sizeof(val)) <= mDataCapacity;
735 if (enoughData && enoughObjects) {
782 if (!enoughData) {
    [all...]
  /frameworks/native/libs/binder/
Parcel.cpp     [all...]

Completed in 658 milliseconds