Searched refs:objectsCount (Results 1 – 14 of 14) sorted by relevance
/frameworks/native/libs/binder/tests/parcel_fuzzer/ |
D | random_parcel.cpp | 102 if (p->objectsCount() > 100) { in fillRandomParcel() 130 if (p->objectsCount() > 100) { in fillRandomParcel()
|
D | hwbinder.cpp | 72 PARCEL_READ_NO_STATUS(size_t, objectsCount),
|
D | binder.cpp | 141 PARCEL_READ_NO_STATUS(size_t, objectsCount),
|
/frameworks/base/core/tests/coretests/jni/ |
D | ParcelHelper.h | 59 if (parcel && parcel->objectsCount() != 0) { in nativeGetParcelData()
|
/frameworks/native/libs/binder/tests/ |
D | binderParcelUnitTest.cpp | 268 ASSERT_EQ(2, p1.objectsCount()); in TEST() 293 ASSERT_EQ(1, p1.objectsCount()); in TEST() 322 ASSERT_EQ(4, p1.objectsCount()); in TEST() 351 ASSERT_EQ(2, p1.objectsCount()); in TEST()
|
D | binderLibTest.cpp | 526 m_prev_end = buf + size + data.objectsCount() * sizeof(binder_size_t); in onTransact() 1666 EXPECT_EQ(data.objectsCount(), 1u); in TEST_F() 1672 EXPECT_EQ(data.objectsCount(), 1u); in TEST_F() 1697 EXPECT_EQ(data.objectsCount(), 1u); in TEST_F() 1707 EXPECT_EQ(data.objectsCount(), 2u); in TEST_F() 2496 return data.objectsCount() == 0 ? BAD_VALUE : NO_ERROR; in onTransact()
|
/frameworks/native/libs/binder/ |
D | RpcState.cpp | 547 LOG_ALWAYS_FATAL_IF(data.objectsCount() != 0); in transactAddress() 646 size_t objectsCount) { in cleanup_reply_data() argument 650 (void)objectsCount; in cleanup_reply_data() 859 const binder_size_t* objects, size_t objectsCount) { in do_nothing_to_transact_data() argument 863 (void)objectsCount; in do_nothing_to_transact_data()
|
D | Parcel.cpp | 1128 size_t Parcel::objectsCount() const in objectsCount() function in android::Parcel 2736 const binder_size_t* objects, size_t objectsCount) { in do_nothing_release_func() argument 2740 (void)objectsCount; in do_nothing_release_func() 2743 const binder_size_t* objects, size_t objectsCount) { in delete_data_release_func() argument 2747 (void)objectsCount; in delete_data_release_func() 2795 size_t objectsCount, release_func relFunc) { in ipcSetDataReference() argument 2808 kernelFields->mObjectsSize = kernelFields->mObjectsCapacity = objectsCount; in ipcSetDataReference() 2847 LOG_ALWAYS_FATAL_IF(objectsCount != 0, in ipcSetDataReference() 2912 const size_t N = objectsCount(); in print()
|
/frameworks/native/libs/binder/ndk/ |
D | parcel.cpp | 701 if (parcel->get()->objectsCount()) { in AParcel_marshal()
|
/frameworks/base/core/jni/ |
D | android_os_Parcel.cpp | 572 if (parcel->objectsCount()) in parcel_for_marshall()
|
D | android_view_SurfaceControl.cpp | 512 if (parcel && !parcel->objectsCount()) { in nativeCreate() 1036 if (parcel->objectsCount()) { in nativeSetMetadata()
|
/frameworks/native/libs/binder/include/binder/ |
D | Parcel.h | 168 LIBBINDER_EXPORTED size_t objectsCount() const; 672 size_t objectsCount, release_func relFunc);
|
/frameworks/native/include/binder/ |
D | Parcel.h | 168 LIBBINDER_EXPORTED size_t objectsCount() const; 672 size_t objectsCount, release_func relFunc);
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | GenericSource.cpp | 1700 (int)psshsize, (int)parcel.dataSize(), (int)parcel.objectsCount()); in checkDrmInfo()
|