HomeSort by relevance Sort by last modified time
    Searched refs:repeatCnt (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libmedia/
ToneGenerator.cpp 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: ToneGenerator::TONEGEN_INF,
73 repeatCnt: ToneGenerator::TONEGEN_INF
    [all...]
  /frameworks/av/include/media/
ToneGenerator.h 225 // - 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;

Completed in 20 milliseconds