Searched defs:fileDescriptor (Results 1 - 4 of 4) sorted by relevance
/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_hdp.cpp | 58 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 D | DecodeUtils.java | 277 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 D | HealthService.java | 966 FileDescriptor fileDescriptor) { 972 mFd = fileDescriptor; 965 ChannelStateEvent(int appId, byte[] addr, int cfgIndex, int channelId, int state, FileDescriptor fileDescriptor) argument
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
H A D | TelephonyBackupAgent.java | 1260 private static JsonReader getJsonReader(final FileDescriptor fileDescriptor) argument 1263 new FileInputStream(fileDescriptor)), CHARSET_UTF8));
|
Completed in 102 milliseconds