Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DZygoteProcess.java219 final LocalSocket usapSessionSocket = new LocalSocket(); in getUsapSessionSocket() local
220 usapSessionSocket.connect(this.mUsapSocketAddress); in getUsapSessionSocket()
222 return usapSessionSocket; in getUsapSessionSocket()
478 try (LocalSocket usapSessionSocket = zygoteState.getUsapSessionSocket()) { in attemptUsapSendArgsAndGetResult() argument
481 new OutputStreamWriter(usapSessionSocket.getOutputStream()), in attemptUsapSendArgsAndGetResult()
484 new DataInputStream(usapSessionSocket.getInputStream()); in attemptUsapSendArgsAndGetResult()