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

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

Completed in 1229 milliseconds