Searched defs:fileDescriptor (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DDecodeUtils.java278 FileDescriptor fileDescriptor, Options options) {
283 ? findCachedBitmap(jc, fileDescriptor, options) : null;
285 Bitmap bitmap = DecodeUtils.decode(jc, fileDescriptor, options);
297 return decode(jc, fileDescriptor, options);
307 private static Bitmap findCachedBitmap(JobContext jc, FileDescriptor fileDescriptor, argument
309 decodeBounds(jc, fileDescriptor, options);
277 decodeUsingPool(JobContext jc, FileDescriptor fileDescriptor, Options options) argument
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hdp.cpp65 jobject fileDescriptor = NULL; local
77 fileDescriptor = jniCreateFileDescriptor(sCallbackEnv, fd);
78 if (!fileDescriptor) {
87 mdep_cfg_index, channel_id, (jint) state, fileDescriptor);
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java870 int channelId, int state, FileDescriptor fileDescriptor) {
876 mFd = fileDescriptor;
869 ChannelStateEvent(int appId, byte[] addr, int cfgIndex, int channelId, int state, FileDescriptor fileDescriptor) argument

Completed in 136 milliseconds