Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DZygoteProcess.java76 public static class ZygoteState { class in ZygoteProcess
84 private ZygoteState(LocalSocket socket, DataInputStream inputStream, in ZygoteState() method in ZygoteProcess.ZygoteState
92 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 …]
/frameworks/base/core/java/android/webkit/
DWebViewZygote.java238 final ZygoteProcess.ZygoteState zs = in waitForZygote()
239 ZygoteProcess.ZygoteState.connect(WEBVIEW_ZYGOTE_SOCKET); in waitForZygote()
/frameworks/base/core/java/com/android/internal/os/
DZygoteInit.java791 final ZygoteProcess.ZygoteState zs = in waitForSecondaryZygote()
792 ZygoteProcess.ZygoteState.connect(otherZygoteName); in waitForSecondaryZygote()
/frameworks/base/services/
Dprofile-classes2211 Landroid/os/ZygoteProcess$ZygoteState;
/frameworks/base/
Dcompiled-classes-phone3394 android.os.ZygoteProcess$ZygoteState