Searched refs:mZygoteInputStream (Results 1 – 1 of 1) sorted by relevance
144 final DataInputStream mZygoteInputStream; field in ZygoteProcess.ZygoteState160 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 …]