Searched refs:stopPreview (Results 1 – 10 of 10) sorted by relevance
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 …]
852 stopPreview(); in notify()1675 stopPreview(); in ~CameraContext()2403 status_t CameraContext::stopPreview() in stopPreview() function in qcamera::CameraContext2409 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 …]
73 status_t stopPreview();
1239 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 …]
335 int stopPreview();
3944 int QCamera2HardwareInterface::stopPreview() in stopPreview() function in qcamera::QCamera2HardwareInterface4014 stopPreview(); in preStartRecording()4873 stopPreview(); in preTakePicture()5117 stopPreview(); in takePicture()5217 stopPreview(); in takePicture()5723 stopPreview(); in takeBackendPic_internal()
89 Return<void> stopPreview() override;
752 Return<void> CameraDevice::stopPreview() { in stopPreview() function in android::hardware::camera::device::V1_0::implementation::CameraDevice
232 stopPreview();
6070 Return<void> ret = device->stopPreview(); in stopPreviewAndClose()