Searched defs:openZygoteSocketIfNeeded (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DZygoteProcess.java431 return zygoteSendArgsAndGetResult(openZygoteSocketIfNeeded(abi), argsForZygote);
443 openZygoteSocketIfNeeded(abi);
455 private ZygoteState openZygoteSocketIfNeeded(String abi) throws ZygoteStartFailedEx { method in class:ZygoteProcess
493 ZygoteState state = openZygoteSocketIfNeeded(abi);
521 ZygoteState state = openZygoteSocketIfNeeded(abi);

Completed in 25 milliseconds