Searched refs:temp_rc (Results 1 – 2 of 2) sorted by relevance
1489 int32_t temp_rc = NO_ERROR; in procEvtPreviewingState() local1494 temp_rc = m_parent->preparePreview(); in procEvtPreviewingState()1495 if (temp_rc == NO_ERROR) { in procEvtPreviewingState()1496 temp_rc = m_parent->startPreview(); in procEvtPreviewingState()1497 if (temp_rc != NO_ERROR) { in procEvtPreviewingState()
3240 int32_t temp_rc = 0; in camera_open() local3246 temp_rc = mm_camera_close(cam_obj); in camera_open()