Searched refs:startCount (Results 1 – 5 of 5) sorted by relevance
97 duration.startCount++; in noteStart()100 duration.startCount++; in noteStart()111 duration.startCount = 1; in noteStart()131 duration.startCount--; in noteStop()132 if (forceStop || !mNested || duration.startCount <= 0) { in noteStop()150 duration.startCount--; in noteStop()151 if (forceStop || !mNested || duration.startCount <= 0) { in noteStop()
41 int32_t startCount; member50 DurationInfo() : state(kStopped), startCount(0), lastStartTime(0), lastDuration(0){}; in DurationInfo()
331 size_t preparedCount, underflowCount, overflowCount, startCount, finishedCount; in checkBuffering() local332 preparedCount = underflowCount = overflowCount = startCount = finishedCount = 0; in checkBuffering()374 ++startCount; in checkBuffering()382 *startServer = (startCount > 0); in checkBuffering()
176 public int startCount; field in RawBatteryStats.Battery
1195 field public static final String START_COUNT = "android.media.audiorecord.startCount";