Home
last modified time | relevance | path

Searched refs:newPipe (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()
210 public static NativePipe newPipe() throws IOException { in newPipe() method in CarTestService.NativePipe
DCarShellCommand.java1258 try (CarTestService.NativePipe pipe = CarTestService.NativePipe.newPipe()) { in exec()
1267 try (CarTestService.NativePipe pipe = CarTestService.NativePipe.newPipe()) { in exec()