Searched refs:NativePipe (Results 1 – 2 of 2) sorted by relevance
123 try (NativePipe pipe = NativePipe.newPipe()) { in dumpVhal()186 /* package */ static class NativePipe implements AutoCloseable { class in CarTestService193 private NativePipe(ParcelFileDescriptor writer, ParcelFileDescriptor reader) { in NativePipe() method in CarTestService.NativePipe210 public static NativePipe newPipe() throws IOException { in newPipe()214 return new NativePipe(writer, reader); in newPipe()
1258 try (CarTestService.NativePipe pipe = CarTestService.NativePipe.newPipe()) { in exec()1267 try (CarTestService.NativePipe pipe = CarTestService.NativePipe.newPipe()) { in exec()