Searched refs:stopRecording (Results 1 – 3 of 3) sorted by relevance
105 status_t stopRecording(const string& serviceName) { in stopRecording() function292 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()
67 profileSession.stopRecording(); in createProfileThread()
178 public synchronized void stopRecording() { in stopRecording() method in ProfileSession