Searched refs:startCount (Results 1 – 7 of 7) sorted by relevance
67 uint32_t startCount = 0; in processStartStopHistory() local80 ++startCount; in processStartStopHistory()92 if (startCount > 1) { in processStartStopHistory()94 } else if (startCount == 0) { in processStartStopHistory()
74 duration.startCount++; in noteStart()77 duration.startCount++; in noteStart()88 duration.startCount = 1; in noteStart()107 duration.startCount--; in noteStop()108 if (forceStop || !mNested || duration.startCount <= 0) { in noteStop()126 duration.startCount--; in noteStop()127 if (forceStop || !mNested || duration.startCount <= 0) { in noteStop()
42 int32_t startCount; member51 DurationInfo() : state(kStopped), startCount(0), lastStartTime(0), lastDuration(0){}; in DurationInfo()
339 size_t preparedCount, underflowCount, overflowCount, startCount, finishedCount; in checkBuffering() local340 preparedCount = underflowCount = overflowCount = startCount = finishedCount = 0; in checkBuffering()382 ++startCount; in checkBuffering()390 *startServer = (startCount > 0); in checkBuffering()
176 public int startCount; field in RawBatteryStats.Battery
8668 final long startCount = DeletedContactUtil.getCount(mResolver); in testQueryDeletedContactsAll() local8676 assertEquals(numDeletes, endCount - startCount); in testQueryDeletedContactsAll()
1450 field public static final String START_COUNT = "android.media.audiorecord.startCount";