Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DZygoteProcess.java423 ZygoteState zygoteState, int zygotePolicyFlags, @NonNull ArrayList<String> args) in zygoteSendArgsAndGetResult() argument
451 return attemptUsapSendArgsAndGetResult(zygoteState, msgStr); in zygoteSendArgsAndGetResult()
460 return attemptZygoteSendArgsAndGetResult(zygoteState, msgStr); in zygoteSendArgsAndGetResult()
464 ZygoteState zygoteState, String msgStr) throws ZygoteStartFailedEx { in attemptZygoteSendArgsAndGetResult() argument
466 final BufferedWriter zygoteWriter = zygoteState.mZygoteOutputWriter; in attemptZygoteSendArgsAndGetResult()
467 final DataInputStream zygoteInputStream = zygoteState.mZygoteInputStream; in attemptZygoteSendArgsAndGetResult()
485 zygoteState.close(); in attemptZygoteSendArgsAndGetResult()
493 ZygoteState zygoteState, String msgStr) in attemptUsapSendArgsAndGetResult() argument
495 try (LocalSocket usapSessionSocket = zygoteState.getUsapSessionSocket()) { in attemptUsapSendArgsAndGetResult()