Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DZygoteProcess.java208 final LocalSocket usapSessionSocket = new LocalSocket(); in getUsapSessionSocket() local
209 usapSessionSocket.connect(this.mUsapSocketAddress); in getUsapSessionSocket()
211 return usapSessionSocket; in getUsapSessionSocket()
454 try (LocalSocket usapSessionSocket = zygoteState.getUsapSessionSocket()) { in attemptUsapSendArgsAndGetResult() argument
457 new OutputStreamWriter(usapSessionSocket.getOutputStream()), in attemptUsapSendArgsAndGetResult()
460 new DataInputStream(usapSessionSocket.getInputStream()); in attemptUsapSendArgsAndGetResult()