Home
last modified time | relevance | path

Searched defs:timeBase (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DBatteryStatsTimerTest.java44 TestTimer(Clock clock, int type, TimeBase timeBase, Parcel in) { in TestTimer()
48 TestTimer(Clock clock, int type, TimeBase timeBase) { in TestTimer()
93 TimeBase timeBase = new TimeBase(); in testRunning() local
114 TimeBase timeBase = new TimeBase(); in testParceling() local
159 TimeBase timeBase = new TimeBase(); in testResetNoDetach() local
182 TimeBase timeBase = new TimeBase(); in testResetDetach() local
205 TimeBase timeBase = new TimeBase(); in testSummaryParceling() local
248 TimeBase timeBase = new TimeBase(); in testGetTotalTimeLocked() local
273 TimeBase timeBase = new TimeBase(); in testGetCountLocked() local
294 TimeBase timeBase = new TimeBase(); in testGetTimeSinceMarked() local
[all …]
DBatteryStatsDurationTimerTest.java38 final BatteryStatsImpl.TimeBase timeBase = new BatteryStatsImpl.TimeBase(); in testStartStop() local
110 final BatteryStatsImpl.TimeBase timeBase = new BatteryStatsImpl.TimeBase(); in testReset() local
146 final BatteryStatsImpl.TimeBase timeBase = new BatteryStatsImpl.TimeBase(); in testResetAndDetach() local
173 final BatteryStatsImpl.TimeBase timeBase = new BatteryStatsImpl.TimeBase(); in testParceling() local
DBatteryStatsSamplingTimerTest.java61 final BatteryStatsImpl.TimeBase timeBase = Mockito.mock(BatteryStatsImpl.TimeBase.class); in testEndSampleAndContinueWhenTimeOrCountDecreases() local
111 final BatteryStatsImpl.TimeBase timeBase = Mockito.mock(BatteryStatsImpl.TimeBase.class); in testFirstUpdateIsAbsorbed() local
153 final BatteryStatsImpl.TimeBase timeBase = new BatteryStatsImpl.TimeBase(); in testSampleTimerSummaryParceling() local
DBatteryStatsCounterTest.java34 final BatteryStatsImpl.TimeBase timeBase = new BatteryStatsImpl.TimeBase(); in testCounter() local
74 final BatteryStatsImpl.TimeBase timeBase = new BatteryStatsImpl.TimeBase(); in testParceling() local
DBatteryStatsDualTimerTest.java35 final BatteryStatsImpl.TimeBase timeBase = new BatteryStatsImpl.TimeBase(); in testResetDetach() local
DBatteryStatsStopwatchTimerTest.java35 final BatteryStatsImpl.TimeBase timeBase = new BatteryStatsImpl.TimeBase(); in testCount() local
DBatteryStatsSensorTest.java444 BatteryStatsImpl.TimeBase timeBase = bi.getOnBatteryTimeBase(); in testSensorResetTimes() local
DBatteryStatsCpuTimesTest.java1407 final BatteryStatsImpl.TimeBase timeBase = new BatteryStatsImpl.TimeBase(); in getPartialTimers() local
/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java1029 DisplayBatteryStats(Clock clock, TimeBase timeBase) { in DisplayBatteryStats()
1168 RadioAccessTechnologyBatteryStats(int freqCount, Clock clock, TimeBase timeBase) { in RadioAccessTechnologyBatteryStats()
1380 final TimeBase timeBase = perStateTimers[0][0].mTimeBase; in getTxDurationCounter() local
1407 final TimeBase timeBase = perStateTimers[0][0].mTimeBase; in getRxDurationCounter() local
2326 public Counter(TimeBase timeBase, Parcel in) { in Counter()
2332 public Counter(TimeBase timeBase) { in Counter()
2404 private LongSamplingCounterArray(TimeBase timeBase, Parcel in) { in LongSamplingCounterArray()
2410 public LongSamplingCounterArray(TimeBase timeBase) { in LongSamplingCounterArray()
2495 public static LongSamplingCounterArray readFromParcel(Parcel in, TimeBase timeBase) { in readFromParcel()
2514 TimeBase timeBase) { in readSummaryFromParcelLocked()
[all …]
/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncPredictorTest.cpp499 constexpr nsecs_t timeBase = 100_years; in TEST_F() local