Searched refs:ZygoteState (Results 1 – 5 of 5) sorted by relevance
76 public static class ZygoteState { class in ZygoteProcess84 private ZygoteState(LocalSocket socket, DataInputStream inputStream, in ZygoteState() method in ZygoteProcess.ZygoteState92 public static ZygoteState connect(String socketAddress) throws IOException { in connect()118 return new ZygoteState(zygoteSocket, zygoteInputStream, zygoteWriter, in connect()151 private ZygoteState primaryZygoteState;156 private ZygoteState secondaryZygoteState;255 ZygoteState zygoteState, ArrayList<String> args) in zygoteSendArgsAndGetResult()455 private ZygoteState openZygoteSocketIfNeeded(String abi) throws ZygoteStartFailedEx { in openZygoteSocketIfNeeded()460 primaryZygoteState = ZygoteState.connect(mSocket); in openZygoteSocketIfNeeded()473 secondaryZygoteState = ZygoteState.connect(mSecondarySocket); in openZygoteSocketIfNeeded()[all …]
238 final ZygoteProcess.ZygoteState zs = in waitForZygote()239 ZygoteProcess.ZygoteState.connect(WEBVIEW_ZYGOTE_SOCKET); in waitForZygote()
791 final ZygoteProcess.ZygoteState zs = in waitForSecondaryZygote()792 ZygoteProcess.ZygoteState.connect(otherZygoteName); in waitForSecondaryZygote()
2211 Landroid/os/ZygoteProcess$ZygoteState;
3394 android.os.ZygoteProcess$ZygoteState