Home
last modified time | relevance | path

Searched refs:objectsCount (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/libs/binder/
DRpcState.cpp338 if (data.objectsCount() != 0) { in transact()
385 const binder_size_t* objects, size_t objectsCount) { in cleanup_reply_data() argument
390 LOG_ALWAYS_FATAL_IF(objectsCount, 0); in cleanup_reply_data()
505 const binder_size_t* objects, size_t objectsCount) { in do_nothing_to_transact_data() argument
510 (void)objectsCount; in do_nothing_to_transact_data()
DParcel.cpp704 size_t Parcel::objectsCount() const in objectsCount() function in android::Parcel
2115 const binder_size_t* objects, size_t objectsCount, release_func relFunc) in ipcSetDataReference() argument
2125 mObjectsSize = mObjectsCapacity = objectsCount; in ipcSetDataReference()
2169 const size_t N = objectsCount(); in print()
/frameworks/native/libs/binder/tests/parcel_fuzzer/
Dhwbinder.cpp68 PARCEL_READ_NO_STATUS(size_t, objectsCount),
Dbinder.cpp116 PARCEL_READ_NO_STATUS(size_t, objectsCount),
/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp379 m_prev_end = buf + size + data.objectsCount() * sizeof(binder_size_t); in onTransact()
1117 EXPECT_EQ(data.objectsCount(), 1); in TEST_F()
1437 return data.objectsCount() == 0 ? BAD_VALUE : NO_ERROR; in onTransact()
/frameworks/base/core/tests/coretests/jni/
DNativePowerManagerTest.cpp86 if (parcel && parcel->objectsCount() != 0) { in nativeGetParcelData()
/frameworks/base/core/jni/
Dandroid_os_Parcel.cpp544 if (parcel->objectsCount()) in android_os_Parcel_marshall()
Dandroid_view_SurfaceControl.cpp358 if (parcel && !parcel->objectsCount()) { in nativeCreate()
730 if (parcel->objectsCount()) { in nativeSetMetadata()
/frameworks/native/include/binder/
DParcel.h132 size_t objectsCount() const;
540 const binder_size_t* objects, size_t objectsCount,
/frameworks/native/libs/binder/include/binder/
DParcel.h132 size_t objectsCount() const;
540 const binder_size_t* objects, size_t objectsCount,
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp1695 (int)psshsize, (int)parcel.dataSize(), (int)parcel.objectsCount()); in checkDrmInfo()