Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/parcel_fuzzer/
Drandom_parcel.cpp102 if (p->objectsCount() > 100) { in fillRandomParcel()
130 if (p->objectsCount() > 100) { in fillRandomParcel()
Dhwbinder.cpp72 PARCEL_READ_NO_STATUS(size_t, objectsCount),
Dbinder.cpp141 PARCEL_READ_NO_STATUS(size_t, objectsCount),
/frameworks/base/core/tests/coretests/jni/
DParcelHelper.h59 if (parcel && parcel->objectsCount() != 0) { in nativeGetParcelData()
/frameworks/native/libs/binder/tests/
DbinderParcelUnitTest.cpp268 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()
DbinderLibTest.cpp526 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/
DRpcState.cpp547 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()
DParcel.cpp1128 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/
Dparcel.cpp701 if (parcel->get()->objectsCount()) { in AParcel_marshal()
/frameworks/base/core/jni/
Dandroid_os_Parcel.cpp572 if (parcel->objectsCount()) in parcel_for_marshall()
Dandroid_view_SurfaceControl.cpp512 if (parcel && !parcel->objectsCount()) { in nativeCreate()
1036 if (parcel->objectsCount()) { in nativeSetMetadata()
/frameworks/native/libs/binder/include/binder/
DParcel.h168 LIBBINDER_EXPORTED size_t objectsCount() const;
672 size_t objectsCount, release_func relFunc);
/frameworks/native/include/binder/
DParcel.h168 LIBBINDER_EXPORTED size_t objectsCount() const;
672 size_t objectsCount, release_func relFunc);
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp1700 (int)psshsize, (int)parcel.dataSize(), (int)parcel.objectsCount()); in checkDrmInfo()