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

/frameworks/av/include/media/
H A DToneGenerator.h230 // When the tone generator encounters the first 0 duration segment, it will compare repeatCnt to mCurCount.
231 // If mCurCount > repeatCnt, the tone is stopped automatically. Otherwise, tone sequence will be
262 unsigned short mCurCount; // Current sequence repeat count member in class:android::ToneGenerator
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphRunner.java514 private int mCurCount = 1; field in class:GraphRunner.OneShotScheduler
535 return filter.getScheduleCount() < mCurCount ? super.priorityForFilter(filter)

Completed in 70 milliseconds