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

  /system/libhwbinder/
Parcel.cpp 734 const bool enoughObjects = mObjectsSize < mObjectsCapacity;
791 mObjectsCapacity = newSize;
    [all...]
  /frameworks/native/libs/binder/
Parcel.cpp 524 if (mObjectsCapacity < mObjectsSize + numObjects) {
533 mObjectsCapacity = newSize;
    [all...]
  /system/libhwbinder/include/hwbinder/
Parcel.h 300 size_t mObjectsCapacity;
  /frameworks/native/libs/binder/include/binder/
Parcel.h 465 size_t mObjectsCapacity;
    [all...]

Completed in 103 milliseconds