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

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_PerfMeasurement.cpp164 size_t nextEndIndex = (mTimingEndIndex + 1) % mTimingQueries.size(); local
165 if (nextEndIndex != mTimingStartIndex) {
170 mTimingEndIndex = nextEndIndex;

Completed in 687 milliseconds