Searched refs:temp_rc (Results 1 – 1 of 1) sorted by relevance
1481 int32_t temp_rc = NO_ERROR; in procEvtPreviewingState() local1486 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()