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

/frameworks/av/include/media/
H A DToneGenerator.h251 // When the tone generator encounters the first 0 duration segment, it will compare repeatCnt to mCurCount.
252 // If mCurCount > repeatCnt, the tone is stopped automatically. Otherwise, tone sequence will be
283 unsigned short mCurCount; // Current sequence repeat count member in class:android::ToneGenerator
/frameworks/av/media/libaudioclient/include/media/
H A DToneGenerator.h251 // When the tone generator encounters the first 0 duration segment, it will compare repeatCnt to mCurCount.
252 // If mCurCount > repeatCnt, the tone is stopped automatically. Otherwise, tone sequence will be
283 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)
/frameworks/av/media/libaudioclient/
H A DToneGenerator.cpp1374 if (++lpToneGen->mCurCount <= lpToneDesc->repeatCnt) {
1375 ALOGV("Repeating Count: %d", lpToneGen->mCurCount);
1545 mCurCount = 0;

Completed in 125 milliseconds