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

1 2

  /external/webkit/Source/WebCore/page/
SpeechInputClient.h 58 virtual void stopRecording(int requestId) = 0;
SpeechInput.h 66 void stopRecording(int);
SpeechInput.cpp 102 void SpeechInput::stopRecording(int listenerId)
105 m_client->stopRecording(listenerId);
  /external/webkit/Source/WebKit/chromium/public/
WebSpeechInputController.h 46 // runs to the limit or stopRecording is called. Progress indications and the recognized
63 virtual void stopRecording(int) { WEBKIT_ASSERT_NOT_REACHED(); }
  /frameworks/base/include/camera/
ICameraRecordingProxy.h 42 * stopRecording()
57 * The recorder calls ICameraRecordingProxy::stopRecording() to stop the
74 * (2) The recorder: ICameraRecordingProxy.stopRecording().
75 * (3) The app: ICamera.stopRecording().
84 virtual void stopRecording() = 0;
ICamera.h 73 virtual void stopRecording() = 0;
Camera.h 105 void stopRecording();
155 virtual void stopRecording();
  /external/webkit/Source/WebCore/platform/mock/
SpeechInputClientMock.h 58 void stopRecording(int);
SpeechInputClientMock.cpp 65 void SpeechInputClientMock::stopRecording(int requestId)
  /external/webkit/Source/WebKit/chromium/src/
SpeechInputClientImpl.h 62 void stopRecording(int);
WebSpeechInputControllerMockImpl.h 62 void stopRecording(int requestId);
SpeechInputClientImpl.cpp 73 void SpeechInputClientImpl::stopRecording(int requestId)
76 m_controller->stopRecording(requestId);
WebSpeechInputControllerMockImpl.cpp 95 void WebSpeechInputControllerMockImpl::stopRecording(int requestId)
97 m_webcoreMock->stopRecording(requestId);
  /external/jsilver/src/com/google/streamhtmlparser/util/
CharacterRecorder.java 35 * <li>The {@code startRecording()} and {@code stopRecording()} methods
98 public void stopRecording() {
  /frameworks/base/libs/camera/
ICameraRecordingProxy.cpp 53 void stopRecording()
55 LOGV("stopRecording");
90 stopRecording();
Camera.cpp 237 void Camera::stopRecording()
239 LOGV("stopRecording");
246 c->stopRecording();
430 void Camera::RecordingProxy::stopRecording()
432 LOGV("RecordingProxy::stopRecording");
433 mCamera->stopRecording();
  /frameworks/base/services/camera/libcameraservice/
CameraHardwareStub.h 49 virtual void stopRecording();
  /system/media/mca/filterpacks/videosink/java/
MediaEncoderFilter.java 391 stopRecording(context);
418 private void stopRecording(FilterContext context) {
453 if (mRecordingActive) stopRecording(context);
  /development/tools/emulator/system/camera/
EmulatedCamera.h 201 virtual void stopRecording();
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test.h 90 int stopRecording();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/experiments/
ColdLatencyExperiment.java 114 recordingTask.stopRecording();
202 public void stopRecording() {
WarmLatencyExperiment.java 113 recordingTask.stopRecording();
331 public void stopRecording() {
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
Recorder.java 199 public void stopRecording() {
246 stopRecording();
  /packages/apps/SpeechRecorder/src/com/android/speechrecorder/
SpeechRecorderActivity.java 176 stopRecording();
208 private void stopRecording() {
209 Log.d(TAG, "stopRecording");
  /device/samsung/crespo/libcamera/
SecCameraHWInterface.h 49 virtual void stopRecording();

Completed in 227 milliseconds

1 2