Searched defs:pfd (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery/src/com/android/camera/
H A DUtil.java294 ParcelFileDescriptor pfd, boolean useNative) {
299 return makeBitmap(minSideLength, maxNumOfPixels, null, null, pfd,
304 Uri uri, ContentResolver cr, ParcelFileDescriptor pfd,
307 if (pfd == null) pfd = makeInputStream(uri, cr);
308 if (pfd == null) return null;
311 FileDescriptor fd = pfd.getFileDescriptor();
329 closeSilently(pfd);
293 makeBitmap(int minSideLength, int maxNumOfPixels, ParcelFileDescriptor pfd, boolean useNative) argument
303 makeBitmap(int minSideLength, int maxNumOfPixels, Uri uri, ContentResolver cr, ParcelFileDescriptor pfd, BitmapFactory.Options options) argument
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java492 int channelId, int state, FileDescriptor pfd) {
495 channelId, state, pfd);
491 onChannelStateChanged(int appId, byte[] addr, int cfgIndex, int channelId, int state, FileDescriptor pfd) argument

Completed in 89 milliseconds