Searched refs:objectsCount (Results 1 – 3 of 3) sorted by relevance
88 size_t objectsCount() const;224 const binder_size_t* objects, size_t objectsCount,
547 size_t Parcel::objectsCount() const in objectsCount() function in android::Parcel1423 const binder_size_t* objects, size_t objectsCount, release_func relFunc, void* relCookie) in ipcSetDataReference() argument1434 mObjectsSize = mObjectsCapacity = objectsCount; in ipcSetDataReference()1462 const size_t N = objectsCount(); in print()
568 if (parcel->objectsCount()) in android_os_Parcel_marshall()