Home
last modified time | relevance | path

Searched refs:stopRecording (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/analyzer/
DanalyzerMain.cpp105 status_t stopRecording(const string& serviceName) { in stopRecording() function
292 if (status_t result = stopRecording(serviceName); result != NO_ERROR) { in stopRecordingAllBinders()
310 return stopRecording(stopOption); in stopCommandEntryPoint()
349 if (status_t stopErr = stopRecording(serviceName); stopErr != NO_ERROR) { in listenCommandEntryPoint()
/system/extras/simpleperf/demo/JavaApi/app/src/main/java/simpleperf/demo/java_api/
DMainActivity.java67 profileSession.stopRecording(); in createProfileThread()
/system/extras/simpleperf/app_api/java/com/android/simpleperf/
DProfileSession.java178 public synchronized void stopRecording() { in stopRecording() method in ProfileSession