Searched refs:objectsCount (Results 1 – 3 of 3) sorted by relevance
96 size_t objectsCount() const;356 const binder_size_t* objects, size_t objectsCount,
662 size_t Parcel::objectsCount() const in objectsCount() function in android::Parcel2195 const binder_size_t* objects, size_t objectsCount, release_func relFunc, void* relCookie) in ipcSetDataReference() argument2206 mObjectsSize = mObjectsCapacity = objectsCount; in ipcSetDataReference()2234 const size_t N = objectsCount(); in print()
577 if (parcel->objectsCount()) in android_os_Parcel_marshall()