Searched refs:mSimpleperfProcess (Results 1 – 1 of 1) sorted by relevance
79 private Process mSimpleperfProcess; field in ProfileSession194 mSimpleperfProcess.destroy(); in stopRecording()197 int exitCode = mSimpleperfProcess.waitFor(); in stopRecording()203 mSimpleperfProcess = null; in stopRecording()209 String s = mSimpleperfProcess.toString(); in destroySimpleperfProcessWithoutClosingStdin()220 mSimpleperfProcess.destroy(); in destroySimpleperfProcessWithoutClosingStdin()306 mSimpleperfProcess = pb.start(); in createSimpleperfProcess()321 mSimpleperfProcess.getOutputStream().write(cmd.getBytes()); in sendCmd()322 mSimpleperfProcess.getOutputStream().flush(); in sendCmd()339 c = mSimpleperfProcess.getInputStream().read(); in readReply()