Searched defs:restartPreview (Results 1 - 2 of 2) sorted by relevance

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

Completed in 48 milliseconds