Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DProcess.java402 public static class ZygoteState { class in Process
410 private ZygoteState(LocalSocket socket, DataInputStream inputStream, in ZygoteState() method in Process.ZygoteState
418 public static ZygoteState connect(String socketAddress) throws IOException { in connect()
443 return new ZygoteState(zygoteSocket, zygoteInputStream, zygoteWriter, in connect()
469 static ZygoteState primaryZygoteState;
474 static ZygoteState secondaryZygoteState;
567 ZygoteState zygoteState, ArrayList<String> args) in zygoteSendArgsAndGetResult()
759 private static ZygoteState openZygoteSocketIfNeeded(String abi) throws ZygoteStartFailedEx { in openZygoteSocketIfNeeded()
762 primaryZygoteState = ZygoteState.connect(ZYGOTE_SOCKET); in openZygoteSocketIfNeeded()
775 secondaryZygoteState = ZygoteState.connect(SECONDARY_ZYGOTE_SOCKET); in openZygoteSocketIfNeeded()
/frameworks/base/core/java/com/android/internal/os/
DZygoteInit.java800 final Process.ZygoteState zs = Process.ZygoteState.connect(otherZygoteName); in waitForSecondaryZygote()
/frameworks/base/
Dcompiled-classes-phone3157 android.os.Process$ZygoteState