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

/frameworks/av/camera/
H A DCamera.cpp166 void Camera::stopPreview() function in class:android::Camera
168 ALOGV("stopPreview");
171 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.cpp257 mHardware->stopPreview();
448 void CameraClient::stopPreview() { function in class:android::CameraClient
449 LOG1("stopPreview (pid %d)", getCallingPid());
455 mHardware->stopPreview();
H A DCamera2Client.cpp884 void Camera2Client::stopPreview() { function in class:android::Camera2Client
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DRequestThreadManager.java264 private void stopPreview() { method in class:RequestThreadManager
266 Log.v(TAG, "stopPreview - preview running? " + mPreviewRunning);
269 mCamera.stopPreview();
332 stopPreview();
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h218 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.java93 * <li>Call {@link #stopPreview()} to stop updating the preview surface.
116 * <li>Call {@link #stopPreview()} and {@link #release()} as described above.
731 public final void stopPreview() { method in class:Camera
1216 * (between {@link #startPreview()} and before {@link #stopPreview()}).
1239 * <p>Stopping preview with {@link #stopPreview()}, or triggering still
1670 * Camera.PictureCallback)} or {@link #stopPreview()}, and then resuming
3561 * <p>Stopping preview with {@link #stopPreview()}, or triggering still
3629 * <p>Stopping preview with {@link #stopPreview()}, or triggering still

Completed in 1670 milliseconds