HomeSort by relevance Sort by last modified time
    Searched refs:nativeDecodeFileDescriptor (Results 1 - 2 of 2) sorted by null

  /frameworks/base/graphics/java/android/graphics/
BitmapFactory.java 542 // invalid filedescriptor, no need to call nativeDecodeFileDescriptor()
545 Bitmap bm = nativeDecodeFileDescriptor(fd, outPadding, opts);
587 private static native Bitmap nativeDecodeFileDescriptor(FileDescriptor fd,
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 324 static jobject nativeDecodeFileDescriptor(JNIEnv* env, jobject clazz,
498 { "nativeDecodeFileDescriptor",
500 (void*)nativeDecodeFileDescriptor

Completed in 27 milliseconds