HomeSort by relevance Sort by last modified time
    Searched refs:ZygoteConnection (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 65 * Please see {@link ZygoteConnection.Arguments} for documentation on the
187 private static ZygoteConnection acceptCommandPeer(String abiList) {
189 return new ZygoteConnection(sServerSocket.accept(), abiList);
220 * ZygoteConnection can pass it to the native code for proper
499 ZygoteConnection.Arguments parsedArgs)
601 ZygoteConnection.Arguments parsedArgs = null;
606 parsedArgs = new ZygoteConnection.Arguments(args);
607 ZygoteConnection.applyDebuggerSystemProperty(parsedArgs);
608 ZygoteConnection.applyInvokeWithSystemProperty(parsedArgs);
746 ArrayList<ZygoteConnection> peers = new ArrayList<ZygoteConnection>()
    [all...]
ZygoteConnection.java 46 class ZygoteConnection {
85 ZygoteConnection(LocalSocket socket, String abiList) throws IOException {
159 checkTime(startTime, "zygoteConnection.runOnce: readArgumentList");
197 checkTime(startTime, "zygoteConnection.runOnce: apply security policies");
202 checkTime(startTime, "zygoteConnection.runOnce: apply security policies");
245 checkTime(startTime, "zygoteConnection.runOnce: preForkAndSpecialize");
250 checkTime(startTime, "zygoteConnection.runOnce: postForkAndSpecialize");
    [all...]

Completed in 90 milliseconds