HomeSort by relevance Sort by last modified time
    Searched refs:stopRecording (Results 1 - 25 of 50) 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/av/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/av/camera/
ICameraRecordingProxy.cpp 53 void stopRecording()
55 ALOGV("stopRecording");
90 stopRecording();
Camera.cpp 238 void Camera::stopRecording()
240 ALOGV("stopRecording");
247 c->stopRecording();
431 void Camera::RecordingProxy::stopRecording()
433 ALOGV("RecordingProxy::stopRecording");
434 mCamera->stopRecording();
  /cts/suite/audio_quality/lib/src/audio/
AudioRemote.cpp 86 mRemote->stopRecording();
  /frameworks/av/services/camera/libcameraservice/
CameraHardwareStub.h 49 virtual void stopRecording();
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
MediaEncoderFilter.java 397 stopRecording(context);
423 private void stopRecording(FilterContext context) {
458 if (mRecordingActive) stopRecording(context);
  /cts/suite/audio_quality/lib/include/audio/
RemoteAudio.h 58 void stopRecording();
  /development/tools/emulator/system/camera/
EmulatedCamera.h 187 virtual void stopRecording();
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test.h 90 int 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 1570 milliseconds

1 2