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

/frameworks/base/include/media/
H A DToneGenerator.h222 // - repeatCnt indicates the number of times the sequence described by segments[] array must be repeated.
223 // When the tone generator encounters the first 0 duration segment, it will compare repeatCnt to mCurCount.
224 // If mCurCount > repeatCnt, the tone is stopped automatically. Otherwise, tone sequence will be
226 // - repeatSegment number of the first repeated segment when repeatCnt is not null
239 unsigned long repeatCnt; member in class:android::ToneGenerator::ToneDescriptor

Completed in 62 milliseconds