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

/frameworks/base/core/java/com/android/internal/os/
H A DTransferPipe.java36 public final class TransferPipe implements Runnable, Closeable { class in inherits:Runnable,Closeable
37 static final String TAG = "TransferPipe";
57 public TransferPipe() throws IOException { method in class:TransferPipe
61 public TransferPipe(String bufferPrefix) throws IOException { method in class:TransferPipe
62 mThread = new Thread(this, "TransferPipe");
100 try (TransferPipe tp = new TransferPipe()) {
122 try (TransferPipe tp = new TransferPipe()) {

Completed in 501 milliseconds