Searched refs:getBlobAshmemSize (Results 1 – 5 of 5) sorted by relevance
413 Method getBlobAshmemSize = null; in testCreate() local415 getBlobAshmemSize = Parcel.class.getMethod("getBlobAshmemSize"); in testCreate()427 (getBlobAshmemSize != null) in testCreate()428 ? getBlobAshmemSize.invoke(p) in testCreate()
668 return parcel->getBlobAshmemSize(); in android_os_Parcel_getBlobAshmemSize()
586 size_t getBlobAshmemSize() const;
3357 public long getBlobAshmemSize() { in getBlobAshmemSize() method in Parcel
2961 size_t Parcel::getBlobAshmemSize() const in getBlobAshmemSize() function in android::Parcel