Searched refs:zygoteSocketAddress (Results 1 – 1 of 1) sorted by relevance
151 private ZygoteState(LocalSocketAddress zygoteSocketAddress, in ZygoteState() argument157 this.mZygoteSocketAddress = zygoteSocketAddress; in ZygoteState()175 static ZygoteState connect(@NonNull LocalSocketAddress zygoteSocketAddress, in connect() argument183 if (zygoteSocketAddress == null) { in connect()188 zygoteSessionSocket.connect(zygoteSocketAddress); in connect()202 return new ZygoteState(zygoteSocketAddress, usapSocketAddress, in connect()1017 final LocalSocketAddress zygoteSocketAddress = in waitForConnectionToZygote() local1019 waitForConnectionToZygote(zygoteSocketAddress); in waitForConnectionToZygote()1026 public static void waitForConnectionToZygote(LocalSocketAddress zygoteSocketAddress) { in waitForConnectionToZygote() argument1031 ZygoteState.connect(zygoteSocketAddress, null); in waitForConnectionToZygote()[all …]