Searched refs:stopPreview (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/av/include/camera/android/hardware/
H A DICamera.h83 virtual void stopPreview() = 0;
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGetBitmapActivity.java100 mCamera.stopPreview();
H A DGetBitmapSurfaceViewActivity.java133 mCamera.stopPreview();
H A DTextureViewActivity.java153 mCamera.stopPreview();
/frameworks/av/include/camera/
H A DCamera.h101 void stopPreview();
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.h45 virtual void stopPreview();
163 // stopPreview(), the preview frame messages do not need to be delivered
H A DCamera2Client.h67 virtual void stopPreview();
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/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestHelper.java122 mCamera.stopPreview();
/frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
H A DCameraPreviewActivity.java246 mCamera.stopPreview();
257 mCamera.stopPreview();
/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/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2StillCaptureTest.java373 stopPreview();
464 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/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
H A DAndroidCameraAgentImpl.java469 mCamera.stopPreview();
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java94 mCamera.stopPreview();
/frameworks/av/services/camera/libcameraservice/
H A DCameraFlashlight.cpp898 mDevice->stopPreview();
H A DCameraService.h300 virtual void stopPreview() = 0;
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h254 void stopPreview() function in class:android::CameraHardwareInterface
/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/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java195 mCamera.stopPreview();
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp838 camera->stopPreview();
/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp734 ALOGV("stopPreview");
738 c->stopPreview();
/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 485 milliseconds

12