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

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DRoundRobinScheduler.java30 private int mLastPos = -1; field in class:RoundRobinScheduler
38 mLastPos = -1;
44 if (mLastPos >= all_filters.size()) mLastPos = -1;
50 if (pos <= mLastPos) {
58 mLastPos = pos;
66 mLastPos = firstNdx;

Completed in 36 milliseconds