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/base/core/jni/
Dandroid_os_Parcel.cpp668 return parcel->getBlobAshmemSize(); in android_os_Parcel_getBlobAshmemSize()
/frameworks/native/libs/binder/include/binder/
DParcel.h586 size_t getBlobAshmemSize() const;
/frameworks/base/core/java/android/os/
DParcel.java3357 public long getBlobAshmemSize() { in getBlobAshmemSize() method in Parcel
/frameworks/native/libs/binder/
DParcel.cpp2961 size_t Parcel::getBlobAshmemSize() const in getBlobAshmemSize() function in android::Parcel