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()878 state.mZygoteOutputWriter.write("1"); in getZygotePid()880 state.mZygoteOutputWriter.newLine(); in getZygotePid()882 state.mZygoteOutputWriter.write("--get-pid"); in getZygotePid()883 state.mZygoteOutputWriter.newLine(); in getZygotePid()884 state.mZygoteOutputWriter.flush(); in getZygotePid()915 state.mZygoteOutputWriter.write("1\n--boot-completed\n"); in bootCompleted()916 state.mZygoteOutputWriter.flush(); in bootCompleted()[all …]