Searched defs:enoughObjects (Results 1 - 1 of 1) sorted by path

/frameworks/native/libs/binder/
H A DParcel.cpp1307 const bool enoughObjects = mObjectsSize < mObjectsCapacity; local
1308 if (enoughData && enoughObjects) {
1335 if (!enoughObjects) {

Completed in 67 milliseconds