Home
last modified time | relevance | path

Searched refs:getBlobAshmemSize (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java413 Method getBlobAshmemSize = null; in testCreate() local
415 getBlobAshmemSize = Parcel.class.getMethod("getBlobAshmemSize"); in testCreate()
427 (getBlobAshmemSize != null) in testCreate()
428 ? getBlobAshmemSize.invoke(p) in testCreate()
/frameworks/native/include/binder/
DParcel.h347 size_t getBlobAshmemSize() const;
/frameworks/base/core/jni/
Dandroid_os_Parcel.cpp713 return parcel->getBlobAshmemSize(); in android_os_Parcel_getBlobAshmemSize()
/frameworks/native/libs/binder/
DParcel.cpp1911 size_t Parcel::getBlobAshmemSize() const in getBlobAshmemSize() function in android::Parcel
/frameworks/base/core/java/android/os/
DParcel.java2674 public long getBlobAshmemSize() { in getBlobAshmemSize() method in Parcel