Home
last modified time | relevance | path

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

/aosp12/system/libhwbinder/
H A DParcel.cpp627 const bool enoughData = (mDataPos+sizeof(val)) <= mDataCapacity; in writeObject() local
629 if (enoughData && enoughObjects) { in writeObject()
675 if (!enoughData) { in writeObject()
/aosp12/frameworks/native/libs/binder/
H A DParcel.cpp1312 const bool enoughData = (mDataPos+sizeof(val)) <= mDataCapacity; in writeObject() local
1314 if (enoughData && enoughObjects) { in writeObject()
1337 if (!enoughData) { in writeObject()