OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeDecodeFileDescriptor
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BitmapFactory_Delegate.java
98
/*package*/ static Bitmap
nativeDecodeFileDescriptor
(FileDescriptor fd,
/frameworks/base/graphics/java/android/graphics/
BitmapFactory.java
657
bm =
nativeDecodeFileDescriptor
(fd, outPadding, opts);
694
private static native Bitmap
nativeDecodeFileDescriptor
(FileDescriptor fd,
/frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp
512
static jobject
nativeDecodeFileDescriptor
(JNIEnv* env, jobject clazz, jobject fileDescriptor,
625
{ "
nativeDecodeFileDescriptor
",
627
(void*)
nativeDecodeFileDescriptor
Completed in 438 milliseconds