Home
last modified time | relevance | path

Searched defs:startRecording (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/app_api/java/com/android/simpleperf/
DProfileSession.java125 public void startRecording(@NonNull RecordOptions options) { in startRecording() method in ProfileSession
133 public synchronized void startRecording(@NonNull List<String> args) { in startRecording() method in ProfileSession
/system/tools/aidl/analyzer/
DanalyzerMain.cpp52 status_t startRecording(const string& serviceName) { in startRecording() function