Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera2/HAL/
DQCameraStateMachine.cpp1728 bool restartPreview = m_parent->isPreviewRestartEnabled(); in procEvtPicTakingState() local
1729 rc = m_parent->stopCaptureChannel(restartPreview); in procEvtPicTakingState()
1731 if (restartPreview && (NO_ERROR == rc)) { in procEvtPicTakingState()
1749 bool restartPreview = m_parent->isPreviewRestartEnabled(); in procEvtPicTakingState() local
1750 if (restartPreview) { in procEvtPicTakingState()
/device/moto/shamu/camera/QCamera/HAL/core/inc/
DQCameraHWI.h635 void restartPreview();
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI.cpp3071 void QCameraHardwareInterface::restartPreview() in restartPreview() function in android::QCameraHardwareInterface
DQCameraHWI_Parm.cpp1482 restartPreview(); in setParameters()