Searched refs:stopPerfetto (Results 1 – 3 of 3) sorted by relevance
188 stopPerfetto(Integer.parseInt(startOutput.trim())); in startCollectingFromConfig()258 stopPerfetto(Integer.parseInt(startOutput.trim())); in startCollectingFromConfigFile()332 if (stopPerfetto(mPerfettoProcId)) { in stopCollecting()364 public boolean stopPerfetto(int perfettoProcId) throws IOException { in stopPerfetto() method in PerfettoHelper427 if (!stopPerfetto(processId)) { in stopPerfettoProcesses()
202 doReturn(true).when(mPerfettoHelper).stopPerfetto(anyInt()); in testPerfettoPerTestFailureFlowWithSkipMmetrics()215 verify(mPerfettoHelper, times(1)).stopPerfetto(anyInt()); in testPerfettoPerTestFailureFlowWithSkipMmetrics()
303 if (!mPerfettoHelper.stopPerfetto(mPerfettoHelper.getPerfettoPid())) { in stopPerfettoTracingWithoutMetric()