Home
last modified time | relevance | path

Searched refs:stopRecording (Results 1 – 11 of 11) 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/impl/
DHtmlParserImpl.java505 tag.stopRecording(); in exitTagName()
521 attr.stopRecording(); in exitAttribute()
556 value.stopRecording(); in exitValueContent()
652 cdataCloseTag.stopRecording(); in exitStateCdataMayClose()
/external/jsilver/src/com/google/streamhtmlparser/util/
DCharacterRecorder.java98 public void stopRecording() { in stopRecording() method in CharacterRecorder
/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/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
DWebRtcAudioRecord.java251 private boolean stopRecording() { in stopRecording() method in WebRtcAudioRecord
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
DSpeechActivity.java194 public synchronized void stopRecording() { in stopRecording() method in SpeechActivity
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/
DSpeechActivity.java217 public synchronized void stopRecording() { in stopRecording() method in SpeechActivity