Searched refs:mSimpleperfProcess (Results 1 – 1 of 1) sorted by relevance
78 private Process mSimpleperfProcess; field in ProfileSession188 mSimpleperfProcess.destroy(); in stopRecording()191 int exitCode = mSimpleperfProcess.waitFor(); in stopRecording()197 mSimpleperfProcess = null; in stopRecording()203 String s = mSimpleperfProcess.toString(); in destroySimpleperfProcessWithoutClosingStdin()214 mSimpleperfProcess.destroy(); in destroySimpleperfProcessWithoutClosingStdin()340 mSimpleperfProcess = pb.start(); in createSimpleperfProcess()355 mSimpleperfProcess.getOutputStream().write(cmd.getBytes()); in sendCmd()356 mSimpleperfProcess.getOutputStream().flush(); in sendCmd()373 c = mSimpleperfProcess.getInputStream().read(); in readReply()