Home
last modified time | relevance | path

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

12

/frameworks/av/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/base/docs/html/training/camera/
Dcameradirect.jd250 // Call stopPreview() to stop updating the preview surface.
251 mCamera.stopPreview();
261 // Call stopPreview() to stop updating the preview surface.
262 mCamera.stopPreview();
/frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
DCameraPreviewActivity.java246 mCamera.stopPreview(); in shutdownCamera()
257 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.cpp135 void stopPreview() in stopPreview() function in android::hardware::BpCamera
358 stopPreview(); in onTransact()
/frameworks/av/include/camera/
DCamera.h101 void stopPreview();
/frameworks/av/services/camera/libcameraservice/api1/
DCameraClient.h45 virtual void stopPreview();
DCameraClient.cpp254 mHardware->stopPreview(); in disconnect()
452 void CameraClient::stopPreview() { in stopPreview() function in android::CameraClient
459 mHardware->stopPreview(); in stopPreview()
DCamera2Client.h67 virtual 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/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/av/services/camera/libcameraservice/
DCameraFlashlight.cpp898 mDevice->stopPreview(); in disconnectCameraDevice()
DCameraService.h300 virtual void stopPreview() = 0;
/frameworks/av/services/camera/libcameraservice/device1/
DCameraHardwareInterface.h254 void stopPreview() in stopPreview() function
/frameworks/base/docs/html/guide/topics/media/
Dcamera.jd512 mCamera.stopPreview();
600 android.hardware.Camera#stopPreview() Camera.stopPreview()} change the orientation and then
802 preview using {@link android.hardware.Camera#stopPreview() Camera.stopPreview()}.</li>
1461 mCamera.stopPreview();
/frameworks/av/media/libstagefright/
DCameraSource.cpp838 camera->stopPreview(); in releaseCamera()

12