Searched refs:objectsCount (Results 1 – 7 of 7) sorted by relevance
621 size_t Parcel::objectsCount() const in objectsCount() function in android::Parcel2495 const binder_size_t* objects, size_t objectsCount, release_func relFunc, void* relCookie) in ipcSetDataReference() argument2506 mObjectsSize = mObjectsCapacity = objectsCount; in ipcSetDataReference()2535 const size_t N = objectsCount(); in print()
517 if (parcel->objectsCount()) in android_os_Parcel_marshall()
192 if (parcel && !parcel->objectsCount()) { in nativeCreate()478 if (parcel->objectsCount()) { in nativeSetMetadata()
106 size_t objectsCount() const;492 const binder_size_t* objects, size_t objectsCount,
364 m_prev_end = buf + size + data.objectsCount() * sizeof(binder_size_t); in onTransact()
1707 (int)psshsize, (int)parcel.dataSize(), (int)parcel.objectsCount()); in checkDrmInfo()