Searched defs:stopPreview (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/camera/
H A DCamera.cpp140 void Camera::stopPreview() function in class:android::Camera
142 ALOGV("stopPreview");
145 c->stopPreview();
H A DICamera.cpp128 void stopPreview() function in class:android::BpCamera
130 ALOGV("stopPreview");
326 stopPreview();
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPreviewController.cpp451 stopPreview();
638 M4OSA_UInt32 VideoEditorPreviewController::stopPreview() { function in class:android::VideoEditorPreviewController
641 ALOGV("stopPreview");
655 ALOGV("stopPreview: error 0x%x in trying to stop thread", err);
661 ALOGE("stopPreview: error 0x%x in trying to close thread", (unsigned int)err);
673 ALOGV("stopPreview: close semaphore returns 0x%x", err);
690 //stopPreview() in PreviewController
693 ALOGV("stopPreview: clearing mVePlayer");
699 ALOGV("stopPreview: clear audioSink and audioPlayer");
729 ALOGV("stopPreview() lastRenderedFrameTimeM
[all...]
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp246 mHardware->stopPreview();
437 void CameraClient::stopPreview() { function in class:android::CameraClient
438 LOG1("stopPreview (pid %d)", getCallingPid());
444 mHardware->stopPreview();
H A DCamera2Client.cpp857 void Camera2Client::stopPreview() { function in class:android::Camera2Client
/frameworks/base/media/java/android/media/videoeditor/
H A DVideoEditor.java765 public long stopPreview(); method in interface:VideoEditor
H A DVideoEditorImpl.java729 stopPreview();
1685 * Release The lock on complete by calling stopPreview
1699 public long stopPreview() { method in class:VideoEditorImpl
1703 result = mMANativeHelper.stopPreview();
1705 * release on complete by calling stopPreview
H A DMediaArtistNativeHelper.java3054 long stopPreview() { method in class:MediaArtistNativeHelper
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h204 void stopPreview() function in class:android::CameraHardwareInterface
/frameworks/base/core/java/android/hardware/
H A DCamera.java94 * <li>Call {@link #stopPreview()} to stop updating the preview surface.
117 * <li>Call {@link #stopPreview()} and {@link #release()} as described above.
555 public final void stopPreview() { method in class:Camera
1037 * (between {@link #startPreview()} and before {@link #stopPreview()}).
1060 * <p>Stopping preview with {@link #stopPreview()}, or triggering still
1452 * Camera.PictureCallback)} or {@link #stopPreview()}, and then resuming
3272 * <p>Stopping preview with {@link #stopPreview()}, or triggering still
3340 * <p>Stopping preview with {@link #stopPreview()}, or triggering still

Completed in 405 milliseconds