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

1 2

  /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/av/camera/
ICameraRecordingProxy.cpp 53 void stopRecording()
55 ALOGV("stopRecording");
90 stopRecording();
Camera.cpp 146 void Camera::stopRecording()
148 ALOGV("stopRecording");
155 c->stopRecording();
321 void Camera::RecordingProxy::stopRecording()
323 ALOGV("RecordingProxy::stopRecording");
324 mCamera->stopRecording();
ICamera.cpp 123 void stopRecording()
125 ALOGV("stopRecording");
309 stopRecording();
  /external/jsilver/src/com/google/streamhtmlparser/util/
CharacterRecorder.java 35 * <li>The {@code startRecording()} and {@code stopRecording()} methods
98 public void stopRecording() {
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_video.c 469 int stopRecording(int cam_id)
  /cts/suite/audio_quality/lib/src/audio/
RemoteAudio.cpp 306 void RemoteAudio::stopRecording()
  /external/jsilver/src/com/google/streamhtmlparser/impl/
HtmlParserImpl.java 505 tag.stopRecording();
521 attr.stopRecording();
556 value.stopRecording();
652 cdataCloseTag.stopRecording();
  /packages/apps/SpeechRecorder/src/com/android/speechrecorder/
SpeechRecorderActivity.java 176 stopRecording();
208 private void stopRecording() {
209 Log.d(TAG, "stopRecording");
  /frameworks/av/services/camera/libcameraservice/
CameraClient.cpp 449 void CameraClient::stopRecording() {
450 LOG1("stopRecording (pid %d)", getCallingPid());
455 mHardware->stopRecording();
CameraHardwareInterface.h 282 void stopRecording()
Camera2Client.cpp     [all...]
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
Recorder.java 199 public void stopRecording() {
246 stopRecording();
  /device/generic/goldfish/camera/
EmulatedCamera.cpp 304 void EmulatedCamera::stopRecording()
803 ec->stopRecording();
    [all...]
  /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);
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI.cpp     [all...]
  /device/lge/mako/camera/
QCameraHWI.cpp     [all...]
  /hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp     [all...]
CameraHal.cpp     [all...]
  /packages/apps/LegacyCamera/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...]
  /hardware/msm7k/libcamera/
QualcommCameraHardware.cpp 839 void QualcommCameraHardware::stopRecording() {
840 ALOGV("stopRecording: E");
848 ALOGV("stopRecording: X");
    [all...]

Completed in 265 milliseconds

1 2