Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java756 int fd = nativeGetAshmemFD(mNativePtr); in getSharedMemory()
2410 private static native int nativeGetAshmemFD(long nativeBitmap); in nativeGetAshmemFD() method in Bitmap