Searched refs:zygoteSocketAddress (Results 1 – 1 of 1) sorted by relevance
157 private ZygoteState(LocalSocketAddress zygoteSocketAddress, in ZygoteState() argument163 this.mZygoteSocketAddress = zygoteSocketAddress; in ZygoteState()181 static ZygoteState connect(@NonNull LocalSocketAddress zygoteSocketAddress, in connect() argument189 if (zygoteSocketAddress == null) { in connect()194 zygoteSessionSocket.connect(zygoteSocketAddress); in connect()208 return new ZygoteState(zygoteSocketAddress, usapSocketAddress, in connect()1190 final LocalSocketAddress zygoteSocketAddress = in waitForConnectionToZygote() local1192 waitForConnectionToZygote(zygoteSocketAddress); in waitForConnectionToZygote()1199 public static void waitForConnectionToZygote(LocalSocketAddress zygoteSocketAddress) { in waitForConnectionToZygote() argument1204 ZygoteState.connect(zygoteSocketAddress, null); in waitForConnectionToZygote()[all …]