Searched defs:pfd (Results 1 - 3 of 3) 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.java495 int channelId, int state, FileDescriptor pfd) {
498 channelId, state, pfd);
494 onChannelStateChanged(int appId, byte[] addr, int cfgIndex, int channelId, int state, FileDescriptor pfd) argument
/packages/providers/TvProvider/src/com/android/providers/tv/
H A DTvProvider.java914 private PipeMonitor(ParcelFileDescriptor pfd, long channelId, SqlParams params) { argument
915 mPfd = pfd;

Completed in 647 milliseconds