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

1 2

  /external/chromium_org/third_party/WebKit/public/web/
WebSpeechInputController.h 46 // runs to the limit or stopRecording is called. Progress indications and the recognized
64 virtual void stopRecording(int) { BLINK_ASSERT_NOT_REACHED(); }
  /external/chromium_org/content/renderer/
input_tag_speech_dispatcher.cc 81 void InputTagSpeechDispatcher::stopRecording(int request_id) {
82 DVLOG(1) << "InputTagSpeechDispatcher::stopRecording enter";
85 DVLOG(1) << "InputTagSpeechDispatcher::stopRecording exit";
  /external/chromium_org/third_party/WebKit/Source/core/speech/
SpeechInput.cpp 106 void SpeechInput::stopRecording(int listenerId)
109 m_client->stopRecording(listenerId);
  /external/chromium_org/third_party/WebKit/Source/web/
SpeechInputClientImpl.cpp 72 void SpeechInputClientImpl::stopRecording(int requestId)
75 m_controller->stopRecording(requestId);
  /frameworks/av/camera/
ICameraRecordingProxy.cpp 53 void stopRecording()
55 ALOGV("stopRecording");
90 stopRecording();
Camera.cpp 149 void Camera::stopRecording()
151 ALOGV("stopRecording");
158 c->stopRecording();
332 void Camera::RecordingProxy::stopRecording()
334 ALOGV("RecordingProxy::stopRecording");
335 mCamera->stopRecording();
ICamera.cpp 137 void stopRecording()
139 ALOGV("stopRecording");
332 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)
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockWebSpeechInputController.cpp 131 void MockWebSpeechInputController::stopRecording(int requestId)
  /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/api1/
CameraClient.cpp 450 void CameraClient::stopRecording() {
451 LOG1("stopRecording (pid %d)", getCallingPid());
456 mHardware->stopRecording();
Camera2Client.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h 282 void stopRecording()
  /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);
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
CameraOps.java 347 public void stopRecording() throws ApiFailureException {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineModel.js 170 stopRecording: function()
  /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...]

Completed in 490 milliseconds

1 2