Searched refs:mZygoteOutputWriter (Results 1 – 1 of 1) sorted by relevance
145 final BufferedWriter mZygoteOutputWriter; field in ZygoteProcess.ZygoteState161 this.mZygoteOutputWriter = zygoteOutputWriter; in ZygoteState()425 final BufferedWriter zygoteWriter = zygoteState.mZygoteOutputWriter; in attemptZygoteSendArgsAndGetResult()724 state.mZygoteOutputWriter.write("1"); in getZygotePid()726 state.mZygoteOutputWriter.newLine(); in getZygotePid()728 state.mZygoteOutputWriter.write("--get-pid"); in getZygotePid()729 state.mZygoteOutputWriter.newLine(); in getZygotePid()730 state.mZygoteOutputWriter.flush(); in getZygotePid()804 state.mZygoteOutputWriter.write(Integer.toString(mApiBlacklistExemptions.size() + 1)); in maybeSetApiBlacklistExemptions()805 state.mZygoteOutputWriter.newLine(); in maybeSetApiBlacklistExemptions()[all …]