Searched refs:m_serviceAfState (Results 1 - 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.h679 int m_serviceAfState; member in class:android::ExynosCameraHWInterface2
H A DExynosCameraHWInterface2.cpp960 m_serviceAfState(ANDROID_CONTROL_AF_STATE_INACTIVE),
5667 if (m_serviceAfState != newState || newState == 0)
5669 m_serviceAfState = newState;
5674 return m_serviceAfState;

Completed in 80 milliseconds