Searched defs:pfd (Results 1 - 2 of 2) sorted by relevance
/packages/apps/Gallery/src/com/android/camera/ |
H A D | Util.java | 294 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 D | HealthService.java | 481 int channelId, int state, FileDescriptor pfd) { 484 channelId, state, pfd); 480 onChannelStateChanged(int appId, byte[] addr, int cfgIndex, int channelId, int state, FileDescriptor pfd) argument
|
Completed in 36 milliseconds