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

/frameworks/av/include/media/
H A DToneGenerator.h250 // - repeatCnt indicates the number of times the sequence described by segments[] array must be repeated.
251 // 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
254 // - repeatSegment number of the first repeated segment when repeatCnt is not null
267 unsigned long repeatCnt; member in class:android::ToneGenerator::ToneDescriptor
/frameworks/av/media/libaudioclient/include/media/
H A DToneGenerator.h250 // - repeatCnt indicates the number of times the sequence described by segments[] array must be repeated.
251 // 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
254 // - repeatSegment number of the first repeated segment when repeatCnt is not null
267 unsigned long repeatCnt; member in class:android::ToneGenerator::ToneDescriptor

Completed in 11 milliseconds