Home
last modified time | relevance | path

Searched refs:startCount (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/chre/apps/test/chqts/src/general_test/
H A Dnanoapp_info_events_test_observer.cc67 uint32_t startCount = 0; in processStartStopHistory() local
80 ++startCount; in processStartStopHistory()
92 if (startCount > 1) { in processStartStopHistory()
94 } else if (startCount == 0) { in processStartStopHistory()
/aosp12/packages/modules/StatsD/statsd/src/metrics/duration_helper/
H A DMaxDurationTracker.cpp74 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()
H A DDurationTracker.h42 int32_t startCount; member
51 DurationInfo() : state(kStopped), startCount(0), lastStartTime(0), lastDuration(0){}; in DurationInfo()
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp339 size_t preparedCount, underflowCount, overflowCount, startCount, finishedCount; in checkBuffering() local
340 preparedCount = underflowCount = overflowCount = startCount = finishedCount = 0; in checkBuffering()
382 ++startCount; in checkBuffering()
390 *startServer = (startCount > 0); in checkBuffering()
/aosp12/frameworks/base/tools/powermodel/src/com/android/powermodel/
H A DRawBatteryStats.java176 public int startCount; field in RawBatteryStats.Battery
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java8668 final long startCount = DeletedContactUtil.getCount(mResolver); in testQueryDeletedContactsAll() local
8676 assertEquals(numDeletes, endCount - startCount); in testQueryDeletedContactsAll()
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt1450 field public static final String START_COUNT = "android.media.audiorecord.startCount";