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

/frameworks/av/camera/
H A DCamera.cpp205 void Camera::stopPreview() function in class:android::Camera
207 ALOGV("stopPreview");
210 c->stopPreview();
H A DICamera.cpp135 void stopPreview() function in class:android::hardware::BpCamera
137 ALOGV("stopPreview");
358 stopPreview();
/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/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DCamera2SurfaceViewTestCase.java206 * parameters. No need to call stopPreview between two startPreview calls.
263 protected void stopPreview() throws Exception { method in class:Camera2SurfaceViewTestCase
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp872 void Camera2Client::stopPreview() { function in class:android::Camera2Client
H A DCameraClient.cpp254 mHardware->stopPreview();
452 void CameraClient::stopPreview() { function in class:android::CameraClient
453 LOG1("stopPreview (pid %d)", getCallingPid());
459 mHardware->stopPreview();
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h254 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.java95 * <li>Call {@link #stopPreview()} to stop updating the preview surface.
118 * <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
1674 * Camera.PictureCallback)} or {@link #stopPreview()}, and then resuming
3569 * <p>Stopping preview with {@link #stopPreview()}, or triggering still
3637 * <p>Stopping preview with {@link #stopPreview()}, or triggering still

Completed in 1397 milliseconds