Home | History | Annotate | Download | only in libcamera2

Lines Matching full:newstate

5670 void ExynosCameraHWInterface2::SetAfStateForService(int newState)
5672 if (m_serviceAfState != newState || newState == 0)
5673 m_notifyCb(CAMERA2_MSG_AUTOFOCUS, newState, m_afTriggerId, 0, m_callbackCookie);
5674 m_serviceAfState = newState;