Searched refs:startRecording (Results 1 – 5 of 5) sorted by relevance
125 public void startRecording(@NonNull RecordOptions options) { in startRecording() method in ProfileSession126 startRecording(options.toRecordArgs()); in startRecording()133 public synchronized void startRecording(@NonNull List<String> args) { in startRecording() method in ProfileSession
52 status_t startRecording(const string& serviceName) { in startRecording() function260 if (status_t result = startRecording(serviceName); result != NO_ERROR) { in startRecordingAllBinders()278 return startRecording(startOption); in startCommandEntryPoint()343 if (status_t startErr = startRecording(serviceName); startErr != NO_ERROR) { in listenCommandEntryPoint()
56 profileSession.startRecording(recordOptions); in createProfileThread()
203 record.startRecording(); in recordAudio()
186 record.startRecording(); in runAudioDiagnosticsConcurrencyTest()