Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCameraStateMachine.cpp1481 int32_t temp_rc = NO_ERROR; in procEvtPreviewingState() local
1486 temp_rc = m_parent->preparePreview(); in procEvtPreviewingState()
1487 if (temp_rc == NO_ERROR) { in procEvtPreviewingState()
1488 temp_rc = m_parent->startPreview(); in procEvtPreviewingState()
1489 if (temp_rc != NO_ERROR) { in procEvtPreviewingState()