Searched defs:GetNextIndex (Results 1 - 1 of 1) sorted by relevance

/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp353 int newInsertionIndex = GetNextIndex(m_entryInsertionIndex);
416 CheckCompleted(GetNextIndex(frame_index));
476 int newProcessingIndex = GetNextIndex(m_entryProcessingIndex);
922 int RequestManager::GetNextIndex(int index) function in class:android::RequestManager
2627 sensorEnqueueHead = GetNextIndex(index);
2694 ispEnqueueHead = GetNextIndex(index);
2719 ispDequeueHead = GetNextIndex(index);
2740 int BayerBufManager::GetNextIndex(int index) function in class:android::BayerBufManager

Completed in 16 milliseconds