Searched refs:mZygoteOutputWriter (Results 1 – 1 of 1) sorted by relevance
156 final BufferedWriter mZygoteOutputWriter; field in ZygoteProcess.ZygoteState172 this.mZygoteOutputWriter = zygoteOutputWriter; in ZygoteState()449 final BufferedWriter zygoteWriter = zygoteState.mZygoteOutputWriter; in attemptZygoteSendArgsAndGetResult()813 state.mZygoteOutputWriter.write("1"); in getZygotePid()815 state.mZygoteOutputWriter.newLine(); in getZygotePid()817 state.mZygoteOutputWriter.write("--get-pid"); in getZygotePid()818 state.mZygoteOutputWriter.newLine(); in getZygotePid()819 state.mZygoteOutputWriter.flush(); in getZygotePid()850 state.mZygoteOutputWriter.write("1\n--boot-completed\n"); in bootCompleted()851 state.mZygoteOutputWriter.flush(); in bootCompleted()[all …]