Searched refs:mZygoteInputStream (Results 1 – 1 of 1) sorted by relevance
150 final DataInputStream mZygoteInputStream; field in ZygoteProcess.ZygoteState166 this.mZygoteInputStream = zygoteInputStream; in ZygoteState()868 state.mZygoteInputStream.readFully(bytes); in getZygotePid()896 state.mZygoteInputStream.readInt(); in bootCompleted()972 int status = state.mZygoteInputStream.readInt(); in maybeSetApiDenylistExemptions()996 int status = state.mZygoteInputStream.readInt(); in maybeSetHiddenApiAccessLogSampleRate()1017 int status = state.mZygoteInputStream.readInt(); in maybeSetHiddenApiAccessStatslogSampleRate()1112 return (state.mZygoteInputStream.readInt() == 0); in preloadApp()1145 return (state.mZygoteInputStream.readInt() == 0); in preloadPackageForAbi()1165 return (state.mZygoteInputStream.readInt() == 0); in preloadDefault()[all …]