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

/frameworks/av/include/media/
H A DToneGenerator.h226 // When the tone generator encounters the first 0 duration segment, it will compare repeatCnt to mCurCount.
227 // If mCurCount > repeatCnt, the tone is stopped automatically. Otherwise, tone sequence will be
258 unsigned short mCurCount; // Current sequence repeat count member in class:android::ToneGenerator
/frameworks/av/media/libmedia/
H A DToneGenerator.cpp1194 if (++lpToneGen->mCurCount <= lpToneDesc->repeatCnt) {
1195 ALOGV("Repeating Count: %d", lpToneGen->mCurCount);
1362 mCurCount = 0;

Completed in 189 milliseconds