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

  /frameworks/base/core/java/com/android/internal/os/
Zygote.java 125 * @param startChildZygote if true, the new child process will itself be a
135 int[] fdsToIgnore, boolean startChildZygote, String instructionSet, String appDataDir) {
141 fdsToIgnore, startChildZygote, instructionSet, appDataDir);
155 int[] fdsToIgnore, boolean startChildZygote, String instructionSet, String appDataDir);
ZygoteConnection.java 236 parsedArgs.niceName, fdsToClose, fdsToIgnore, parsedArgs.startChildZygote,
249 parsedArgs.startChildZygote);
469 boolean startChildZygote;
638 startChildZygote = true;
677 if (startChildZygote) {
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewZygote.java 153 sZygote = Process.zygoteProcess.startChildZygote(
  /frameworks/base/core/java/android/os/
ZygoteProcess.java 234 abi, instructionSet, appDataDir, invokeWith, false /* startChildZygote */,
351 * @param startChildZygote Start a sub-zygote. This creates a new zygote process
368 boolean startChildZygote,
425 if (startChildZygote) {
689 public ChildZygoteProcess startChildZygote(final String processClass,
707 true /* startChildZygote */, extraArgs);

Completed in 168 milliseconds