Searched refs:startCount (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/cmds/statsd/src/metrics/duration_helper/ |
D | MaxDurationTracker.cpp | 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()
|
D | DurationTracker.h | 41 int32_t startCount; member 50 DurationInfo() : state(kStopped), startCount(0), lastStartTime(0), lastDuration(0){}; in DurationInfo()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | RTSPSource.cpp | 331 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/ |
D | RTSPSource2.cpp | 330 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/ |
D | RawBatteryStats.java | 176 public int startCount; field in RawBatteryStats.Battery
|
/frameworks/base/api/ |
D | test-current.txt | 1137 field public static final String START_COUNT = "android.media.audiorecord.startCount";
|