Home
last modified time | relevance | path

Searched refs:restartPreview (Results 1 – 7 of 7) sorted by relevance

/hardware/ti/omap4-aah/camera/inc/V4LCameraAdapter/
DV4LCameraAdapter.h195 status_t restartPreview();
/hardware/qcom/camera/QCamera2/HAL/
DQCameraStateMachine.cpp1949 bool restartPreview = m_parent->isPreviewRestartEnabled(); in procEvtPicTakingState() local
1950 rc = m_parent->stopCaptureChannel(restartPreview); in procEvtPicTakingState()
1952 if (restartPreview && (NO_ERROR == rc)) { in procEvtPicTakingState()
1971 bool restartPreview = m_parent->isPreviewRestartEnabled(); in procEvtPicTakingState() local
1972 if (restartPreview) { in procEvtPicTakingState()
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
DV4LCameraAdapter.cpp234 status_t V4LCameraAdapter::restartPreview () in restartPreview() function in Ti::Camera::V4LCameraAdapter
662 ret = restartPreview(); in takePicture()
/hardware/ti/omap4xxx/camera/
DCameraHal.cpp1053 ret = restartPreview(); in setParameters()
1758 restartPreview(); in setPreviewWindow()
1877 ret = restartPreview(); in startRecording()
2056 status_t CameraHal::restartPreview() in restartPreview() function in android::CameraHal
/hardware/ti/omap4-aah/camera/
DCameraHal.cpp1288 ret = restartPreview(); in setParameters()
1292 ret = restartPreview(); in setParameters()
2095 restartPreview(); in setPreviewWindow()
2599 ret = restartPreview(); in startRecording()
2780 status_t CameraHal::restartPreview() in restartPreview() function in Ti::Camera::CameraHal
/hardware/ti/omap4xxx/camera/inc/
DCameraHal.h1106 status_t restartPreview();
/hardware/ti/omap4-aah/camera/inc/
DCameraHal.h1307 status_t restartPreview();