Home
last modified time | relevance | path

Searched refs:getOpenAshmemSize (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java413 Method getOpenAshmemSize = null; in testCreate() local
415 getOpenAshmemSize = Parcel.class.getMethod("getOpenAshmemSize"); in testCreate()
427 (getOpenAshmemSize != null) in testCreate()
428 ? getOpenAshmemSize.invoke(p) in testCreate()
/frameworks/native/libs/binder/tests/
DbinderParcelUnitTest.cpp214 ASSERT_EQ((kSize * (i + 1)), p.getOpenAshmemSize()); in TEST()
/frameworks/native/libs/binder/tests/parcel_fuzzer/
Dbinder.cpp319 PARCEL_READ_NO_STATUS(size_t, getOpenAshmemSize),
/frameworks/base/core/jni/
Dandroid_os_Parcel.cpp766 return parcel->getOpenAshmemSize(); in android_os_Parcel_getOpenAshmemSize()
/frameworks/native/libs/binder/
DParcel.cpp2658 return getOpenAshmemSize(); in getBlobAshmemSize()
2661 size_t Parcel::getOpenAshmemSize() const in getOpenAshmemSize() function in android::Parcel
/frameworks/native/include/binder/
DParcel.h1364 size_t getOpenAshmemSize() const;
/frameworks/native/libs/binder/include/binder/
DParcel.h1364 size_t getOpenAshmemSize() const;
/frameworks/base/core/java/android/os/
DParcel.java5441 public long getOpenAshmemSize() { in getOpenAshmemSize() method in Parcel