Searched refs:writeDataToPipe (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/provider/
H A DGalleryProvider.java201 void writeDataToPipe(ParcelFileDescriptor output, T args); method in interface:GalleryProvider.PipeDataWriter
214 func.writeDataToPipe(pipe[1], args);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DMmsFileProvider.java108 public void writeDataToPipe(ParcelFileDescriptor output, Uri uri, String mimeType, method in class:MmsFileProvider.PipeWriter
110 if (BluetoothMapService.DEBUG) Log.d(TAG, "writeDataToPipe(): uri=" + uri.toString() +
126 /* TODO: How to signal the error to the calling entity? Had expected writeDataToPipe
131 /* TODO: How to signal the error to the calling entity? Had expected writeDataToPipe
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
H A DBluetoothMapEmailProvider.java183 public void writeDataToPipe(ParcelFileDescriptor output, Uri uri, String mimeType, method in class:BluetoothMapEmailProvider.PipeWriter
185 if (D) Log.d(TAG, "writeDataToPipe(): uri=" + uri.toString() +
213 /* TODO: How to signal the error to the calling entity? Had expected writeDataToPipe

Completed in 1396 milliseconds