Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/metrics/duration_helper/
DMaxDurationTracker.cpp97 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()
DDurationTracker.h41 int32_t startCount; member
50 DurationInfo() : state(kStopped), startCount(0), lastStartTime(0), lastDuration(0){}; in DurationInfo()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DRTSPSource.cpp331 size_t preparedCount, underflowCount, overflowCount, startCount, finishedCount; in checkBuffering() local
332 preparedCount = underflowCount = overflowCount = startCount = finishedCount = 0; in checkBuffering()
374 ++startCount; in checkBuffering()
382 *startServer = (startCount > 0); in checkBuffering()
/frameworks/av/media/libmediaplayer2/nuplayer2/
DRTSPSource2.cpp330 size_t preparedCount, underflowCount, overflowCount, startCount, finishedCount; in checkBuffering() local
331 preparedCount = underflowCount = overflowCount = startCount = finishedCount = 0; in checkBuffering()
373 ++startCount; in checkBuffering()
381 *startServer = (startCount > 0); in checkBuffering()
/frameworks/base/tools/powermodel/src/com/android/powermodel/
DRawBatteryStats.java176 public int startCount; field in RawBatteryStats.Battery
/frameworks/base/api/
Dtest-current.txt1137 field public static final String START_COUNT = "android.media.audiorecord.startCount";