OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:createfd
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
ImageAttachmentRequest.java
80
public AssetFileDescriptor
createFd
() throws IOException {
/packages/apps/UnifiedEmail/src/com/android/bitmap/
DecodeTask.java
48
* {@link #
createFd
()} or {@link #createInputStream()}. {@link DecodeTask} will prioritize
49
* {@link #
createFd
()} before falling back to {@link #createInputStream()}.
55
AssetFileDescriptor
createFd
() throws IOException;
114
fd = mKey.
createFd
();
136
final AssetFileDescriptor orientationFd = mKey.
createFd
();
Completed in 123 milliseconds