Searched refs:mZygoteOutputWriter (Results 1 – 1 of 1) sorted by relevance
158 final BufferedWriter mZygoteOutputWriter; field in ZygoteProcess.ZygoteState174 this.mZygoteOutputWriter = zygoteOutputWriter; in ZygoteState()466 final BufferedWriter zygoteWriter = zygoteState.mZygoteOutputWriter; in attemptZygoteSendArgsAndGetResult()870 state.mZygoteOutputWriter.write("1"); in getZygotePid()872 state.mZygoteOutputWriter.newLine(); in getZygotePid()874 state.mZygoteOutputWriter.write("--get-pid"); in getZygotePid()875 state.mZygoteOutputWriter.newLine(); in getZygotePid()876 state.mZygoteOutputWriter.flush(); in getZygotePid()907 state.mZygoteOutputWriter.write("1\n--boot-completed\n"); in bootCompleted()908 state.mZygoteOutputWriter.flush(); in bootCompleted()[all …]