Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DZygoteProcess.java417 ZygoteState zygoteState, int zygotePolicyFlags, @NonNull ArrayList<String> args) in zygoteSendArgsAndGetResult() argument
447 return attemptUsapSendArgsAndGetResult(zygoteState, msgStr); in zygoteSendArgsAndGetResult()
456 return attemptZygoteSendArgsAndGetResult(zygoteState, msgStr); in zygoteSendArgsAndGetResult()
460 ZygoteState zygoteState, String msgStr) throws ZygoteStartFailedEx { in attemptZygoteSendArgsAndGetResult() argument
462 final BufferedWriter zygoteWriter = zygoteState.mZygoteOutputWriter; in attemptZygoteSendArgsAndGetResult()
463 final DataInputStream zygoteInputStream = zygoteState.mZygoteInputStream; in attemptZygoteSendArgsAndGetResult()
481 zygoteState.close(); in attemptZygoteSendArgsAndGetResult()
489 ZygoteState zygoteState, String msgStr) in attemptUsapSendArgsAndGetResult() argument
491 try (LocalSocket usapSessionSocket = zygoteState.getUsapSessionSocket()) { in attemptUsapSendArgsAndGetResult()