Home
last modified time | relevance | path

Searched refs:NativePipe (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DCarTestService.java123 try (NativePipe pipe = NativePipe.newPipe()) { in dumpVhal()
186 /* package */ static class NativePipe implements AutoCloseable { class in CarTestService
193 private NativePipe(ParcelFileDescriptor writer, ParcelFileDescriptor reader) { in NativePipe() method in CarTestService.NativePipe
210 public static NativePipe newPipe() throws IOException { in newPipe()
214 return new NativePipe(writer, reader); in newPipe()
DCarShellCommand.java1258 try (CarTestService.NativePipe pipe = CarTestService.NativePipe.newPipe()) { in exec()
1267 try (CarTestService.NativePipe pipe = CarTestService.NativePipe.newPipe()) { in exec()