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.cpp136 void stopPreview() function in class:android::hardware::BpCamera
138 ALOGV("stopPreview");
377 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.cpp881 void Camera2Client::stopPreview() { function in class:android::Camera2Client
H A DCameraClient.cpp257 mHardware->stopPreview();
455 void CameraClient::stopPreview() { function in class:android::CameraClient
456 LOG1("stopPreview (pid %d)", getCallingPid());
462 mHardware->stopPreview();
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.cpp535 void CameraHardwareInterface::stopPreview() function in class:android::CameraHardwareInterface
539 mHidlDevice->stopPreview();
/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.
743 public final void stopPreview() { method in class:Camera
1228 * (between {@link #startPreview()} and before {@link #stopPreview()}).
1251 * <p>Stopping preview with {@link #stopPreview()}, or triggering still
1688 * Camera.PictureCallback)} or {@link #stopPreview()}, and then resuming
3583 * <p>Stopping preview with {@link #stopPreview()}, or triggering still
3651 * <p>Stopping preview with {@link #stopPreview()}, or triggering still

Completed in 1344 milliseconds