Home | History | Annotate | Download | only in libcamera2

Lines Matching full:newstate

5661 void ExynosCameraHWInterface2::SetAfStateForService(int newState)
5663 if (m_serviceAfState != newState || newState == 0)
5664 m_notifyCb(CAMERA2_MSG_AUTOFOCUS, newState, m_afTriggerId, 0, m_callbackCookie);
5665 m_serviceAfState = newState;