Home
last modified time | relevance | path

Searched refs:stopPreview (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/av/camera/include/camera/android/hardware/
DICamera.h83 virtual void stopPreview() = 0;
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DGetBitmapActivity.java100 mCamera.stopPreview(); in onSurfaceTextureDestroyed()
DGetBitmapSurfaceViewActivity.java133 mCamera.stopPreview(); in surfaceDestroyed()
DTextureViewActivity.java153 mCamera.stopPreview(); in onSurfaceTextureDestroyed()
/frameworks/rs/tests/java_api/LivePreview/src/com/android/rs/livepreview/
DCameraPreviewActivity.java247 mCamera.stopPreview(); in shutdownCamera()
258 mCamera.stopPreview(); in startPreview()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraTestHelper.java122 mCamera.stopPreview(); in capturePhoto()
/frameworks/av/camera/
DCamera.cpp205 void Camera::stopPreview() in stopPreview() function in android::Camera
210 c->stopPreview(); in stopPreview()
DICamera.cpp136 void stopPreview() in stopPreview() function in android::hardware::BpCamera
377 stopPreview(); in onTransact()
/frameworks/av/services/camera/libcameraservice/api1/
DCameraClient.h45 virtual void stopPreview();
DCamera2Client.h67 virtual void stopPreview();
DCameraClient.cpp257 mHardware->stopPreview(); in disconnect()
455 void CameraClient::stopPreview() { in stopPreview() function in android::CameraClient
462 mHardware->stopPreview(); in stopPreview()
/frameworks/av/camera/include/camera/
DCamera.h104 void stopPreview();
/frameworks/base/core/java/android/hardware/camera2/legacy/
DRequestThreadManager.java270 private void stopPreview() { in stopPreview() method in RequestThreadManager
275 mCamera.stopPreview(); in stopPreview()
338 stopPreview(); in configureOutputs()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2StillCaptureTest.java373 stopPreview(); in takePictureTestByCamera()
464 stopPreview(); in fullRawCaptureTestByCamera()
/frameworks/av/camera/tests/
DCameraZSLTests.cpp291 cameraDevice->stopPreview(); in TEST_F()
/frameworks/av/services/camera/libcameraservice/device1/
DCameraHardwareInterface.h162 void stopPreview();
DCameraHardwareInterface.cpp511 void CameraHardwareInterface::stopPreview() in stopPreview() function in android::CameraHardwareInterface
515 mHidlDevice->stopPreview(); in stopPreview()
/frameworks/av/services/camera/libcameraservice/
DCameraFlashlight.cpp566 mDevice->stopPreview(); in disconnectCameraDevice()
DCameraService.h308 virtual void stopPreview() = 0;
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
DGL2CameraEye.java94 mCamera.stopPreview(); in onPause()
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DCameraAgent.java600 public void stopPreview() { in stopPreview() method in CameraAgent.CameraProxy
DAndroidCameraAgentImpl.java469 mCamera.stopPreview(); in handleMessage()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
DMediaPlayerPerformance.java195 mCamera.stopPreview(); in stressCameraPreview()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DCamera2SurfaceViewTestCase.java263 protected void stopPreview() throws Exception { in stopPreview() method in Camera2SurfaceViewTestCase
/frameworks/base/core/jni/
Dandroid_hardware_Camera.cpp764 c->stopPreview(); in android_hardware_Camera_stopPreview()

12