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

12

/frameworks/av/camera/include/camera/android/hardware/
H A DICamera.h83 virtual void stopPreview() = 0;
/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/services/camera/libcameraservice/api1/
H A DCameraClient.h45 virtual void stopPreview();
169 // stopPreview(), the preview frame messages do not need to be delivered
H A DCamera2Client.h67 virtual void stopPreview();
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/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestHelper.java122 mCamera.stopPreview();
/frameworks/rs/tests/java_api/LivePreview/src/com/android/rs/livepreview/
H A DCameraPreviewActivity.java247 mCamera.stopPreview();
258 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.cpp136 void stopPreview() function in class:android::hardware::BpCamera
138 ALOGV("stopPreview");
377 stopPreview();
/frameworks/av/camera/include/camera/
H A DCamera.h104 void stopPreview();
/frameworks/av/include/camera/
H A DCamera.h104 void stopPreview();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2StillCaptureTest.java373 stopPreview();
464 stopPreview();
/frameworks/av/camera/tests/
H A DCameraZSLTests.cpp291 cameraDevice->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/av/services/camera/libcameraservice/
H A DCameraFlashlight.cpp566 mDevice->stopPreview();
H A DCameraService.h306 virtual void stopPreview() = 0;
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h163 void stopPreview();
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/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java94 mCamera.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/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java195 mCamera.stopPreview();

Completed in 539 milliseconds

12