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

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

Completed in 12 milliseconds