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

/frameworks/av/media/libmedia/
H A DToneGenerator.cpp33 repeatCnt: ToneGenerator::TONEGEN_INF,
37 repeatCnt: ToneGenerator::TONEGEN_INF,
41 repeatCnt: ToneGenerator::TONEGEN_INF,
45 repeatCnt: ToneGenerator::TONEGEN_INF,
49 repeatCnt: ToneGenerator::TONEGEN_INF,
53 repeatCnt: ToneGenerator::TONEGEN_INF,
57 repeatCnt: ToneGenerator::TONEGEN_INF,
61 repeatCnt: ToneGenerator::TONEGEN_INF,
65 repeatCnt: ToneGenerator::TONEGEN_INF,
69 repeatCnt
[all...]
/frameworks/av/include/media/
H A DToneGenerator.h225 // - repeatCnt indicates the number of times the sequence described by segments[] array must be repeated.
226 // 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
229 // - repeatSegment number of the first repeated segment when repeatCnt is not null
242 unsigned long repeatCnt; member in class:android::ToneGenerator::ToneDescriptor

Completed in 30 milliseconds