HomeSort by relevance Sort by last modified time
    Searched refs:stopRecording (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
AllocationRecorder.java 20 * and {@link #stopRecording(int)}.
23 * expected to have {@link #startRecording()} and {@link #stopRecording(int)} called by a single
39 AllocationStats stats = stopRecording(1);
60 abstract AllocationStats stopRecording(int reps);
MacrobenchmarkAllocationWorker.java 54 return recorder.stopRecording(1);
AggregateAllocationsRecorder.java 56 @Override public AllocationStats stopRecording(int reps) {
57 checkState(recording, "stopRecording called, but we were not recording.");
AllAllocationsRecorder.java 85 @Override public AllocationStats stopRecording(int reps) {
86 checkState(recording, "stopRecording called, but we were not recording.");
MicrobenchmarkAllocationWorker.java 142 return recorder.stopRecording(reps);
  /frameworks/av/camera/include/camera/
ICameraRecordingProxy.h 44 * stopRecording()
59 * The recorder calls ICameraRecordingProxy::stopRecording() to stop the
76 * (2) The recorder: ICameraRecordingProxy.stopRecording().
77 * (3) The app: ICamera.stopRecording().
86 virtual void stopRecording() = 0;
Camera.h 113 void stopRecording();
188 virtual void stopRecording();
  /external/jsilver/src/com/google/streamhtmlparser/util/
CharacterRecorder.java 35 * <li>The {@code startRecording()} and {@code stopRecording()} methods
98 public void stopRecording() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
USBAudioPeripheralRecordActivity.java 102 public void stopRecording() {
165 stopRecording();
181 stopRecording();
  /cts/suite/audio_quality/lib/src/audio/
AudioRemote.cpp 86 mRemote->stopRecording();
  /frameworks/av/camera/include/camera/android/hardware/
ICamera.h 92 virtual void stopRecording() = 0;
  /frameworks/av/camera/
ICameraRecordingProxy.cpp 57 void stopRecording()
59 ALOGV("stopRecording");
125 stopRecording();
Camera.cpp 214 void Camera::stopRecording()
216 ALOGV("stopRecording");
223 c->stopRecording();
473 void Camera::RecordingProxy::stopRecording()
475 ALOGV("RecordingProxy::stopRecording");
476 mCamera->stopRecording();
  /cts/suite/audio_quality/lib/include/audio/
RemoteAudio.h 59 void stopRecording();
  /developers/build/prebuilts/gradle/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
SoundRecorder.java 142 public void stopRecording() {
261 stopRecording();
MainActivity.java 128 mSoundRecorder.stopRecording();
157 mSoundRecorder.stopRecording();