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

/frameworks/av/camera/
H A DCamera.cpp167 void Camera::stopPreview() function in class:android::Camera
169 ALOGV("stopPreview");
172 c->stopPreview();
H A DICamera.cpp128 void stopPreview() function in class:android::BpCamera
130 ALOGV("stopPreview");
326 stopPreview();
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp253 mHardware->stopPreview();
444 void CameraClient::stopPreview() { function in class:android::CameraClient
445 LOG1("stopPreview (pid %d)", getCallingPid());
451 mHardware->stopPreview();
H A DCamera2Client.cpp890 void Camera2Client::stopPreview() { function in class:android::Camera2Client
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DRequestThreadManager.java270 private void stopPreview() { method in class:RequestThreadManager
272 Log.v(TAG, "stopPreview - preview running? " + mPreviewRunning);
275 mCamera.stopPreview();
338 stopPreview();
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h216 void stopPreview() function in class:android::CameraHardwareInterface
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraAgent.java480 * preview is stopped with {@link #stopPreview}.</p>
491 // unlock the sizes when stopPreview() is invoked (see related FIXME on
597 * {@code stopPreview()} must be synchronous to ensure that the caller can
600 public void stopPreview() { method in class:CameraAgent.CameraProxy
/frameworks/base/core/java/android/hardware/
H A DCamera.java92 * <li>Call {@link #stopPreview()} to stop updating the preview surface.
115 * <li>Call {@link #stopPreview()} and {@link #release()} as described above.
729 public final void stopPreview() { method in class:Camera
1214 * (between {@link #startPreview()} and before {@link #stopPreview()}).
1237 * <p>Stopping preview with {@link #stopPreview()}, or triggering still
1668 * Camera.PictureCallback)} or {@link #stopPreview()}, and then resuming
3563 * <p>Stopping preview with {@link #stopPreview()}, or triggering still
3631 * <p>Stopping preview with {@link #stopPreview()}, or triggering still

Completed in 66 milliseconds