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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hdp.cpp58 jobject fileDescriptor = NULL; local
60 fileDescriptor = jniCreateFileDescriptor(sCallbackEnv.get(), fd);
61 if (!fileDescriptor) {
71 (jint)state, fileDescriptor);
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DDecodeUtils.java277 FileDescriptor fileDescriptor, Options options) {
282 ? findCachedBitmap(jc, fileDescriptor, options) : null;
284 Bitmap bitmap = DecodeUtils.decode(jc, fileDescriptor, options);
296 return decode(jc, fileDescriptor, options);
306 private static Bitmap findCachedBitmap(JobContext jc, FileDescriptor fileDescriptor, argument
308 decodeBounds(jc, fileDescriptor, options);
276 decodeUsingPool(JobContext jc, FileDescriptor fileDescriptor, Options options) argument
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java872 int channelId, int state, FileDescriptor fileDescriptor) {
878 mFd = fileDescriptor;
871 ChannelStateEvent(int appId, byte[] addr, int cfgIndex, int channelId, int state, FileDescriptor fileDescriptor) argument
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DTelephonyBackupAgent.java1260 private static JsonReader getJsonReader(final FileDescriptor fileDescriptor) argument
1263 new FileInputStream(fileDescriptor)), CHARSET_UTF8));
/packages/apps/TV/libs/
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...

Completed in 648 milliseconds