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

/device/generic/goldfish/camera/
H A DPreviewWindow.h74 void stopPreview();
H A DEmulatedCamera.cpp365 void EmulatedCamera::stopPreview() function in class:android::EmulatedCamera
529 mPreviewWindow.stopPreview();
839 mPreviewWindow.stopPreview();
848 mPreviewWindow.stopPreview();
855 mPreviewWindow.stopPreview();
864 mPreviewWindow.stopPreview();
871 mPreviewWindow.stopPreview();
891 mPreviewWindow.stopPreview();
1019 ec->stopPreview();
H A DPreviewWindow.cpp86 void PreviewWindow::stopPreview() function in class:android::PreviewWindow
H A DEmulatedCamera.h167 virtual void stopPreview();
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_dual_test.c43 extern int stopPreview(int cam_id);
142 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
226 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
315 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
407 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
408 LOGE(" stopPreview() backcamera err=%d\n", rc);
517 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
518 LOGE(" stopPreview() backcamera err=%d\n", rc);
610 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
611 LOGE(" stopPreview() backcamer
[all...]
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_dual_test.c46 extern int stopPreview(int cam_id);
145 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
229 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
318 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
410 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
411 CDBG_ERROR("%s: stopPreview() backcamera err=%d\n", __func__, rc);
520 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
521 CDBG_ERROR("%s: stopPreview() backcamera err=%d\n", __func__, rc);
613 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
614 CDBG_ERROR("%s: stopPreview() backcamer
[all...]
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_dual_test.c46 extern int stopPreview(int cam_id);
145 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
229 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
318 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
410 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
411 CDBG_ERROR("%s: stopPreview() backcamera err=%d\n", __func__, rc);
520 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
521 CDBG_ERROR("%s: stopPreview() backcamera err=%d\n", __func__, rc);
613 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
614 CDBG_ERROR("%s: stopPreview() backcamer
[all...]
/device/google/marlin/camera/QCamera2/HAL/test/
H A Dqcamera_test.cpp857 stopPreview();
1681 stopPreview();
2399 * FUNCTION : stopPreview
2409 status_t CameraContext::stopPreview()
2415 mCamera->stopPreview();
2478 mCamera->stopPreview();
2532 mCamera->stopPreview();
3405 stat = currentCamera->stopPreview();
3479 stat = currentCamera->stopPreview();
3490 stat = currentCamera->stopPreview();
[all...]
H A Dqcamera_test.h73 status_t stopPreview();
/device/google/marlin/camera/QCamera2/HAL/
H A DQCameraStateMachine.cpp1231 rc = m_parent->stopPreview();
1315 rc = m_parent->stopPreview();
1437 m_parent->stopPreview();
1453 m_parent->stopPreview();
1484 m_parent->stopPreview();
1521 m_parent->stopPreview();
1681 m_parent->stopPreview();
2597 rc = m_parent->stopPreview();
3002 rc = m_parent->stopPreview();
3208 rc = m_parent->stopPreview();
[all...]
H A DQCamera2HWI.h319 int stopPreview();
H A DQCamera2HWI.cpp3525 * FUNCTION : stopPreview
3535 int QCamera2HardwareInterface::stopPreview() function in class:qcamera::QCamera2HardwareInterface
3606 stopPreview();
4401 stopPreview();
4626 stopPreview();
4726 stopPreview();
5235 stopPreview();
/device/huawei/angler/camera/QCamera2/HAL/
H A DQCameraStateMachine.cpp1071 m_parent->stopPreview();
1132 rc = m_parent->stopPreview();
1289 m_parent->stopPreview();
2223 rc = m_parent->stopPreview();
2616 rc = m_parent->stopPreview();
2818 m_parent->stopPreview();
H A DQCamera2HWI.h286 int stopPreview();
H A DQCamera2HWI.cpp2287 * FUNCTION : stopPreview
2297 int QCamera2HardwareInterface::stopPreview() function in class:qcamera::QCamera2HardwareInterface
2347 stopPreview();
3668 stopPreview();
/device/lge/bullhead/camera/QCamera2/HAL/
H A DQCameraStateMachine.cpp1071 m_parent->stopPreview();
1132 rc = m_parent->stopPreview();
1289 m_parent->stopPreview();
2223 rc = m_parent->stopPreview();
2616 rc = m_parent->stopPreview();
2818 m_parent->stopPreview();
H A DQCamera2HWI.h286 int stopPreview();
H A DQCamera2HWI.cpp2285 * FUNCTION : stopPreview
2295 int QCamera2HardwareInterface::stopPreview() function in class:qcamera::QCamera2HardwareInterface
2345 stopPreview();
3666 stopPreview();

Completed in 89 milliseconds