Searched refs:zygoteSocketAddress (Results 1 – 1 of 1) sorted by relevance
164 private ZygoteState(LocalSocketAddress zygoteSocketAddress, in ZygoteState() argument170 this.mZygoteSocketAddress = zygoteSocketAddress; in ZygoteState()188 static ZygoteState connect(@NonNull LocalSocketAddress zygoteSocketAddress, in connect() argument196 if (zygoteSocketAddress == null) { in connect()201 zygoteSessionSocket.connect(zygoteSocketAddress); in connect()215 return new ZygoteState(zygoteSocketAddress, usapSocketAddress, in connect()1195 final LocalSocketAddress zygoteSocketAddress = in waitForConnectionToZygote() local1197 waitForConnectionToZygote(zygoteSocketAddress); in waitForConnectionToZygote()1204 public static void waitForConnectionToZygote(LocalSocketAddress zygoteSocketAddress) { in waitForConnectionToZygote() argument1209 ZygoteState.connect(zygoteSocketAddress, null); in waitForConnectionToZygote()[all …]