Home
last modified time | relevance | path

Searched defs:pipe (Results 1 – 13 of 13) sorted by relevance

/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DJsonVhalEventGenerator.java52 NativePipeHelper pipe = new NativePipeHelper(); in start() local
64 NativePipeHelper pipe = new NativePipeHelper(); in stop() local
DLinearVhalEventGenerator.java83 NativePipeHelper pipe = new NativePipeHelper(); in start() local
95 NativePipeHelper pipe = new NativePipeHelper(); in stop() local
DNativePipeHelper.java32 ParcelFileDescriptor[] pipe; in create() local
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/
DTestUtils.java92 ParcelFileDescriptor[] pipe = null; in getNonSeekableDescriptor() local
/packages/modules/adb/fastdeploy/deployagent/src/com/android/fastdeploy/
DPatchUtils.java65 static void pipe(final InputStream in, final OutputStream out, final byte[] buffer, in pipe() method in PatchUtils
/packages/modules/Virtualization/javalib/src/android/system/virtualmachine/
DVirtualMachine.java370 ParcelFileDescriptor[] pipe = ParcelFileDescriptor.createPipe(); in run() local
376 ParcelFileDescriptor[] pipe = ParcelFileDescriptor.createPipe(); in run() local
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
DWriteableArchive.java223 ParcelFileDescriptor[] pipe; in openDocument() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpCoverArtProvider.java100 final ParcelFileDescriptor[] pipe = ParcelFileDescriptor.createPipe(); in getImageDescriptor() local
/packages/apps/Gallery2/src/com/android/gallery3d/provider/
DGalleryProvider.java209 final ParcelFileDescriptor[] pipe = ParcelFileDescriptor.createPipe(); in openPipeHelper() local
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarBugreportManagerTest.java265 ParcelFileDescriptor[] pipe = ParcelFileDescriptor.createPipe(); in create() local
/packages/modules/adb/
Dtest_adb.py204 def _read_pipe_and_set_event(pipe, event): argument
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DStubProvider.java455 ParcelFileDescriptor[] pipe; in startWrite() local
508 private void closePipeWithErrorSilently(ParcelFileDescriptor pipe, String error) { in closePipeWithErrorSilently()
/packages/services/Mtp/src/com/android/mtp/
DMtpDocumentsProvider.java394 final ParcelFileDescriptor[] pipe; in createDocument() local