HomeSort by relevance Sort by last modified time
    Searched defs:stopRecording (Results 1 - 24 of 24) sorted by null

  /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(); }
  /external/webkit/Source/WebCore/page/
SpeechInput.cpp 102 void SpeechInput::stopRecording(int listenerId)
105 m_client->stopRecording(listenerId);
  /external/webkit/Source/WebCore/platform/mock/
SpeechInputClientMock.cpp 65 void SpeechInputClientMock::stopRecording(int requestId)
  /external/webkit/Source/WebKit/chromium/src/
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);
  /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();
ICamera.cpp 133 void stopRecording()
135 LOGV("stopRecording");
325 stopRecording();
  /external/jsilver/src/com/google/streamhtmlparser/util/
CharacterRecorder.java 35 * <li>The {@code startRecording()} and {@code stopRecording()} methods
98 public void stopRecording() {
  /external/jsilver/src/com/google/streamhtmlparser/impl/
HtmlParserImpl.java 505 tag.stopRecording();
521 attr.stopRecording();
556 value.stopRecording();
652 cdataCloseTag.stopRecording();
  /frameworks/base/services/camera/libcameraservice/
CameraHardwareStub.cpp 233 void CameraHardwareStub::stopRecording()
CameraHardwareInterface.h 289 void stopRecording()
CameraService.cpp 708 void CameraService::Client::stopRecording() {
709 LOG1("stopRecording (pid %d)", getCallingPid());
715 mHardware->stopRecording();
    [all...]
  /packages/apps/SpeechRecorder/src/com/android/speechrecorder/
SpeechRecorderActivity.java 176 stopRecording();
208 private void stopRecording() {
209 Log.d(TAG, "stopRecording");
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
Recorder.java 199 public void stopRecording() {
246 stopRecording();
  /development/tools/emulator/system/camera/
EmulatedCamera.cpp 287 void EmulatedCamera::stopRecording()
765 ec->stopRecording();
  /hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp     [all...]
CameraHal.cpp     [all...]
  /system/media/mca/filterpacks/videosink/java/
MediaEncoderFilter.java 391 stopRecording(context);
418 private void stopRecording(FilterContext context) {
453 if (mRecordingActive) stopRecording(context);
  /packages/apps/Camera/src/com/android/camera/
EffectsRecorder.java 700 public synchronized void stopRecording() {
707 Log.w(TAG, "StopRecording called when recording not active!");
710 throw new RuntimeException("stopRecording called on released EffectsRecorder!");
735 stopRecording();
    [all...]
VideoCamera.java     [all...]
  /hardware/msm7k/libcamera/
QualcommCameraHardware.cpp 839 void QualcommCameraHardware::stopRecording() {
840 LOGV("stopRecording: E");
848 LOGV("stopRecording: X");
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 681 stopRecording();
997 int stopRecording() {
    [all...]
  /device/samsung/crespo/libcamera/
SecCameraHWInterface.cpp 797 void CameraHardwareSec::stopRecording()
    [all...]

Completed in 501 milliseconds