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

/frameworks/base/core/java/com/android/internal/os/
H A DTransferPipe.java42 public class TransferPipe implements Runnable, Closeable { class in inherits:Runnable,Closeable
43 static final String TAG = "TransferPipe";
63 public TransferPipe() throws IOException { method in class:TransferPipe
67 public TransferPipe(String bufferPrefix) throws IOException { method in class:TransferPipe
68 this(bufferPrefix, "TransferPipe");
71 protected TransferPipe(String bufferPrefix, String threadName) throws IOException { method in class:TransferPipe
106 TransferPipe.dumpAsync(binder, pipe[1].getFileDescriptor(), args);
149 try (TransferPipe tp = new TransferPipe()) {
171 try (TransferPipe t
[all...]

Completed in 33 milliseconds