Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DZygoteProcess.java144 final DataInputStream mZygoteInputStream; field in ZygoteProcess.ZygoteState
160 this.mZygoteInputStream = zygoteInputStream; in ZygoteState()
426 final DataInputStream zygoteInputStream = zygoteState.mZygoteInputStream; in attemptZygoteSendArgsAndGetResult()
733 int numBytes = state.mZygoteInputStream.readInt(); in getZygotePid()
735 state.mZygoteInputStream.readFully(bytes); in getZygotePid()
813 int status = state.mZygoteInputStream.readInt(); in maybeSetApiBlacklistExemptions()
837 int status = state.mZygoteInputStream.readInt(); in maybeSetHiddenApiAccessLogSampleRate()
858 int status = state.mZygoteInputStream.readInt(); in maybeSetHiddenApiAccessStatslogSampleRate()
955 return (state.mZygoteInputStream.readInt() == 0); in preloadApp()
988 return (state.mZygoteInputStream.readInt() == 0); in preloadPackageForAbi()
[all …]