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

/frameworks/av/camera/
H A DCamera.cpp229 void Camera::stopPreview() function in class:android::Camera
231 ALOGV("stopPreview");
234 c->stopPreview();
H A DICamera.cpp126 void stopPreview() function in class:android::BpCamera
128 ALOGV("stopPreview");
321 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/
H A DCameraClient.cpp240 mHardware->stopPreview();
430 void CameraClient::stopPreview() { function in class:android::CameraClient
431 LOG1("stopPreview (pid %d)", getCallingPid());
437 mHardware->stopPreview();
H A DCamera2Client.cpp729 void Camera2Client::stopPreview() { function in class:android::Camera2Client
H A DCameraHardwareInterface.h209 void stopPreview() function in class:android::CameraHardwareInterface
/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/base/core/java/android/hardware/
H A DCamera.java87 * <li>Call {@link #stopPreview()} to stop updating the preview surface.
110 * <li>Call {@link #stopPreview()} and {@link #release()} as described above.
542 public final void stopPreview() { method in class:Camera
887 * (between {@link #startPreview()} and before {@link #stopPreview()}).
910 * <p>Stopping preview with {@link #stopPreview()}, or triggering still
1302 * Camera.PictureCallback)} or {@link #stopPreview()}, and then resuming
3087 * <p>Stopping preview with {@link #stopPreview()}, or triggering still
3155 * <p>Stopping preview with {@link #stopPreview()}, or triggering still

Completed in 615 milliseconds