Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DZygoteProcess.java214 final LocalSocket usapSessionSocket = new LocalSocket(); in getUsapSessionSocket() local
215 usapSessionSocket.connect(this.mUsapSocketAddress); in getUsapSessionSocket()
217 return usapSessionSocket; in getUsapSessionSocket()
491 try (LocalSocket usapSessionSocket = zygoteState.getUsapSessionSocket()) { in attemptUsapSendArgsAndGetResult() argument
494 new OutputStreamWriter(usapSessionSocket.getOutputStream()), in attemptUsapSendArgsAndGetResult()
497 new DataInputStream(usapSessionSocket.getInputStream()); in attemptUsapSendArgsAndGetResult()