Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DZygoteProcess.java221 final LocalSocket usapSessionSocket = new LocalSocket(); in getUsapSessionSocket() local
222 usapSessionSocket.connect(this.mUsapSocketAddress); in getUsapSessionSocket()
224 return usapSessionSocket; in getUsapSessionSocket()
495 try (LocalSocket usapSessionSocket = zygoteState.getUsapSessionSocket()) { in attemptUsapSendArgsAndGetResult() argument
498 new OutputStreamWriter(usapSessionSocket.getOutputStream()), in attemptUsapSendArgsAndGetResult()
501 new DataInputStream(usapSessionSocket.getInputStream()); in attemptUsapSendArgsAndGetResult()