Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DBitmapFactory.java790 bm = nativeDecodeFileDescriptor(fd, outPadding, opts); in decodeFileDescriptor()
827 private static native Bitmap nativeDecodeFileDescriptor(FileDescriptor fd, in nativeDecodeFileDescriptor() method in BitmapFactory
/frameworks/layoutlib/bridge/src/android/graphics/
DBitmapFactory_Delegate.java102 /*package*/ static Bitmap nativeDecodeFileDescriptor(FileDescriptor fd, in nativeDecodeFileDescriptor() method in BitmapFactory_Delegate
/frameworks/base/core/jni/android/graphics/
DBitmapFactory.cpp574 static jobject nativeDecodeFileDescriptor(JNIEnv* env, jobject clazz, jobject fileDescriptor, in nativeDecodeFileDescriptor() function
661 (void*)nativeDecodeFileDescriptor