Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_dual_test.c43 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/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.cpp852 stopPreview(); in notify()
1675 stopPreview(); in ~CameraContext()
2403 status_t CameraContext::stopPreview() in stopPreview() function in qcamera::CameraContext
2409 mCamera->stopPreview(); in stopPreview()
2472 mCamera->stopPreview(); in nextPreviewSize()
2526 mCamera->stopPreview(); in setPreviewSize()
3399 stat = currentCamera->stopPreview(); in FunctionalTest()
3473 stat = currentCamera->stopPreview(); in FunctionalTest()
3484 stat = currentCamera->stopPreview(); in FunctionalTest()
3500 stat = currentCamera->stopPreview(); in FunctionalTest()
[all …]
Dqcamera_test.h73 status_t stopPreview();
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraStateMachine.cpp1239 rc = m_parent->stopPreview(); in procEvtPreviewingState()
1323 rc = m_parent->stopPreview(); in procEvtPreviewingState()
1445 m_parent->stopPreview(); in procEvtPreviewingState()
1461 m_parent->stopPreview(); in procEvtPreviewingState()
1492 m_parent->stopPreview(); in procEvtPreviewingState()
1529 m_parent->stopPreview(); in procEvtPreviewingState()
1699 m_parent->stopPreview(); in procEvtPreviewingState()
2630 rc = m_parent->stopPreview(); in procEvtRecordingState()
3041 rc = m_parent->stopPreview(); in procEvtVideoPicTakingState()
3253 rc = m_parent->stopPreview(); in procEvtPreviewPicTakingState()
[all …]
DQCamera2HWI.h335 int stopPreview();
DQCamera2HWI.cpp3944 int QCamera2HardwareInterface::stopPreview() in stopPreview() function in qcamera::QCamera2HardwareInterface
4014 stopPreview(); in preStartRecording()
4873 stopPreview(); in preTakePicture()
5117 stopPreview(); in takePicture()
5217 stopPreview(); in takePicture()
5723 stopPreview(); in takeBackendPic_internal()
/hardware/interfaces/camera/device/1.0/default/
DCameraDevice_1_0.h89 Return<void> stopPreview() override;
DCameraDevice.cpp752 Return<void> CameraDevice::stopPreview() { in stopPreview() function in android::hardware::camera::device::V1_0::implementation::CameraDevice
/hardware/interfaces/camera/device/1.0/
DICameraDevice.hal232 stopPreview();
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp6070 Return<void> ret = device->stopPreview(); in stopPreviewAndClose()