Searched defs:newInsertionIndex (Results 1 - 1 of 1) sorted by path

/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp353 int newInsertionIndex = GetNextIndex(m_entryInsertionIndex); local
354 ALOGV("DEBUG(%s): got lock, new insertIndex(%d), cnt before reg(%d)", __FUNCTION__,newInsertionIndex, m_numOfEntries );
357 newEntry = &(entries[newInsertionIndex]);
375 m_entryInsertionIndex = newInsertionIndex;

Completed in 42 milliseconds