/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_dual_test.c | 43 extern int stopPreview(int cam_id); 142 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) { in mm_app_dtc_0() 226 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) { in mm_app_dtc_1() 315 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) { in mm_app_dtc_2() 407 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) { in mm_app_dtc_3() 517 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) { in mm_app_dtc_4() 610 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) { in mm_app_dtc_5() 718 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) { in mm_app_dtc_6() 855 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) { in back_thread() 1170 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) { in mm_app_dtc_13() [all …]
|
/hardware/ti/omap4-aah/test/CameraHal/ |
D | camera_test_script.cpp | 342 stopPreview(); in execute_functional_script() 358 stopPreview(); in execute_functional_script() 392 camera->stopPreview(); in execute_functional_script() 584 stopPreview(); in execute_functional_script() 632 stopPreview(); in execute_functional_script() 655 stopPreview(); in execute_functional_script() 811 stopPreview(); in execute_functional_script() 1132 camera->stopPreview(); in execute_functional_script() 1298 stopPreview(); in execute_functional_script() 1757 stopPreview(); in execute_error_script() [all …]
|
D | camera_test_menu.cpp | 792 stopPreview(); in notify() 2103 void stopPreview() { in stopPreview() function 2105 camera->stopPreview(); in stopPreview() 2728 stopPreview(); in functional_menu() 2744 stopPreview(); in functional_menu() 2776 camera->stopPreview(); in functional_menu() 2816 stopPreview(); in functional_menu() 2837 stopPreview(); in functional_menu() 3166 stopPreview(); in functional_menu() 3603 stopPreview(); in functional_menu() [all …]
|
D | camera_test.h | 251 void stopPreview();
|
/hardware/ti/omap4xxx/test/CameraHal/ |
D | camera_test_script.cpp | 232 stopPreview(); in execute_functional_script() 306 camera->stopPreview(); in execute_functional_script() 447 stopPreview(); in execute_functional_script() 816 camera->stopPreview(); in execute_functional_script() 892 stopPreview(); in execute_functional_script() 1249 stopPreview(); in execute_error_script() 1302 stopPreview(); in execute_error_script()
|
D | camera_test_menu.cpp | 675 stopPreview(); in notify() 1103 void stopPreview() { in stopPreview() function 1105 camera->stopPreview(); in stopPreview() 1456 stopPreview(); in functional_menu() 1505 camera->stopPreview(); in functional_menu() 2065 stopPreview(); in functional_menu() 2179 stopPreview(); in error_scenario() 2235 stopPreview(); in error_scenario() 2322 stopPreview(); in restartCamera()
|
D | camera_test.h | 88 void stopPreview();
|
/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/ |
D | V4LCameraAdapter.h | 88 virtual status_t stopPreview();
|
/hardware/qcom/camera/QCamera2/HAL/test/ |
D | qcamera_test.cpp | 863 stopPreview(); in notify() 1687 stopPreview(); in ~CameraContext() 2415 status_t CameraContext::stopPreview() in stopPreview() function in qcamera::CameraContext 2421 mCamera->stopPreview(); in stopPreview() 2484 mCamera->stopPreview(); in nextPreviewSize() 2538 mCamera->stopPreview(); in setPreviewSize() 3411 stat = currentCamera->stopPreview(); in FunctionalTest() 3485 stat = currentCamera->stopPreview(); in FunctionalTest() 3496 stat = currentCamera->stopPreview(); in FunctionalTest() 3512 stat = currentCamera->stopPreview(); in FunctionalTest() [all …]
|
D | qcamera_test.h | 73 status_t stopPreview();
|
/hardware/ti/omap4-aah/camera/inc/V4LCameraAdapter/ |
D | V4LCameraAdapter.h | 123 virtual status_t stopPreview();
|
/hardware/qcom/camera/QCamera2/HAL/ |
D | QCameraStateMachine.cpp | 1231 rc = m_parent->stopPreview(); in procEvtPreviewingState() 1315 rc = m_parent->stopPreview(); in procEvtPreviewingState() 1437 m_parent->stopPreview(); in procEvtPreviewingState() 1453 m_parent->stopPreview(); in procEvtPreviewingState() 1484 m_parent->stopPreview(); in procEvtPreviewingState() 1521 m_parent->stopPreview(); in procEvtPreviewingState() 1681 m_parent->stopPreview(); in procEvtPreviewingState() 2585 rc = m_parent->stopPreview(); in procEvtRecordingState() 2990 rc = m_parent->stopPreview(); in procEvtVideoPicTakingState() 3196 rc = m_parent->stopPreview(); in procEvtPreviewPicTakingState() [all …]
|
D | QCamera2HWI.h | 313 int stopPreview();
|
D | QCamera2HWI.cpp | 3468 int QCamera2HardwareInterface::stopPreview() in stopPreview() function in qcamera::QCamera2HardwareInterface 3539 stopPreview(); in preStartRecording() 4331 stopPreview(); in preTakePicture() 4556 stopPreview(); in takePicture() 4656 stopPreview(); in takePicture() 5156 stopPreview(); in takeBackendPic_internal()
|
/hardware/ti/omap4xxx/camera/inc/ |
D | BaseCameraAdapter.h | 109 virtual status_t stopPreview();
|
D | CameraHal.h | 969 void stopPreview();
|
/hardware/ti/omap4-aah/camera/inc/ |
D | BaseCameraAdapter.h | 122 virtual status_t stopPreview();
|
D | CameraHal.h | 1152 void stopPreview();
|
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/ |
D | V4LCameraAdapter.cpp | 337 status_t V4LCameraAdapter::stopPreview() in stopPreview() function in android::V4LCameraAdapter
|
/hardware/ti/omap4xxx/camera/ |
D | CameraHal_Module.cpp | 182 gCameraHals[ti_dev->cameraid]->stopPreview(); in camera_stop_preview()
|
D | BaseCameraAdapter.cpp | 588 ret = stopPreview(); in sendCommand() 1572 status_t BaseCameraAdapter::stopPreview() in stopPreview() function in android::BaseCameraAdapter
|
/hardware/ti/omap4-aah/camera/ |
D | CameraHal_Module.cpp | 253 gCameraHals[ti_dev->cameraid]->stopPreview(); in camera_stop_preview()
|
D | BaseCameraAdapter.cpp | 700 ret = stopPreview(); in sendCommand() 1747 status_t BaseCameraAdapter::stopPreview() in stopPreview() function in Ti::Camera::BaseCameraAdapter
|
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/ |
D | OMXCameraAdapter.h | 404 virtual status_t stopPreview();
|
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/ |
D | V4LCameraAdapter.cpp | 738 status_t V4LCameraAdapter::stopPreview() in stopPreview() function in Ti::Camera::V4LCameraAdapter
|