Home | History | Annotate | Download | only in libcamera2

Lines Matching full:newstate

5665 void ExynosCameraHWInterface2::SetAfStateForService(int newState)
5667 if (m_serviceAfState != newState || newState == 0)
5668 m_notifyCb(CAMERA2_MSG_AUTOFOCUS, newState, m_afTriggerId, 0, m_callbackCookie);
5669 m_serviceAfState = newState;