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

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

Completed in 192 milliseconds