Home
last modified time | relevance | path

Searched refs:startCount (Results 1 – 4 of 4) 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
51 DurationInfo() : state(kStopped), startCount(0), lastStartTime(0), lastDuration(0){}; in DurationInfo()
/frameworks/av/media/libmediaplayer2/nuplayer2/
DRTSPSource2.cpp329 size_t preparedCount, underflowCount, overflowCount, startCount, finishedCount; in checkBuffering() local
330 preparedCount = underflowCount = overflowCount = startCount = finishedCount = 0; in checkBuffering()
372 ++startCount; in checkBuffering()
380 *startServer = (startCount > 0); in checkBuffering()
/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()