Home | History | Annotate | Download | only in libcamera2

Lines Matching full:newstate

5692 void ExynosCameraHWInterface2::SetAfStateForService(int newState)
5694 if (m_serviceAfState != newState || newState == 0)
5695 m_notifyCb(CAMERA2_MSG_AUTOFOCUS, newState, m_afTriggerId, 0, m_callbackCookie);
5696 m_serviceAfState = newState;