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

/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java412 // we want to be able to use this test on older OSes that do not have getBlobAshmemSize
413 Method getBlobAshmemSize = null;
415 getBlobAshmemSize = Parcel.class.getMethod("getBlobAshmemSize");
427 (getBlobAshmemSize != null)
428 ? getBlobAshmemSize.invoke(p)
/frameworks/base/core/jni/
H A Dandroid_os_Parcel.cpp717 return parcel->getBlobAshmemSize();
/frameworks/native/include/binder/
H A DParcel.h504 size_t getBlobAshmemSize() const;
/frameworks/base/core/java/android/os/
H A DParcel.java2819 public long getBlobAshmemSize() { method in class:Parcel
/frameworks/native/libs/binder/
H A DParcel.cpp2579 size_t Parcel::getBlobAshmemSize() const function in class:android::Parcel

Completed in 110 milliseconds