Home
last modified time | relevance | path

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

/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DAllocationRecorder.java39 AllocationStats stats = stopRecording(1); in startRecording()
60 abstract AllocationStats stopRecording(int reps); in stopRecording() method in AllocationRecorder
DMacrobenchmarkAllocationWorker.java54 return recorder.stopRecording(1); in measureAllocations()
DAggregateAllocationsRecorder.java56 @Override public AllocationStats stopRecording(int reps) { in stopRecording() method in AggregateAllocationsRecorder
DAllAllocationsRecorder.java85 @Override public AllocationStats stopRecording(int reps) { in stopRecording() method in AllAllocationsRecorder
DMicrobenchmarkAllocationWorker.java142 return recorder.stopRecording(reps); in measureAllocations()
/external/jsilver/src/com/google/streamhtmlparser/util/
DCharacterRecorder.java98 public void stopRecording() { in stopRecording() method in CharacterRecorder
/external/jsilver/src/com/google/streamhtmlparser/impl/
DHtmlParserImpl.java505 tag.stopRecording(); in exitTagName()
521 attr.stopRecording(); in exitAttribute()
556 value.stopRecording(); in exitValueContent()
652 cdataCloseTag.stopRecording(); in exitStateCdataMayClose()
/external/webrtc/sdk/objc/unittests/
DRTCAudioDeviceModule_xctest.mm178 - (void)stopRecording{ method
218 [self stopRecording];
220 [self stopRecording];
387 [self stopRecording];
448 [self stopRecording];
588 [self stopRecording];
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DRecorderRunnable.java303 void stopRecording() { in stopRecording() method in RecorderRunnable
419 stopRecording(); //close this in run()
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/
DSpeechActivity.java194 public synchronized void stopRecording() { in stopRecording() method in SpeechActivity
/external/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
DWebRtcAudioRecord.java312 private boolean stopRecording() { in stopRecording() method in WebRtcAudioRecord
/external/webrtc/sdk/android/src/java/org/webrtc/audio/
DWebRtcAudioRecord.java379 private boolean stopRecording() { in stopRecording() method in WebRtcAudioRecord
/external/perfetto/ui/src/controller/
Drecord_controller.ts750 globals.dispatch(Actions.stopRecording({}));
/external/perfetto/ui/src/common/
Dactions.ts715 stopRecording(state: StateDraft, _: {}): void {
/external/perfetto/ui/src/frontend/
Drecord_page.ts1171 {onclick: () => globals.dispatch(Actions.stopRecording({}))},