Home
last modified time | relevance | path

Searched defs:clocks (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsTimerTest.java43 TestTimer(Clocks clocks, int type, TimeBase timeBase, Parcel in) { in TestTimer()
47 TestTimer(Clocks clocks, int type, TimeBase timeBase) { in TestTimer()
140 MockClocks clocks = new MockClocks(); in testRunning() local
165 MockClocks clocks = new MockClocks(); in testParceling() local
222 MockClocks clocks = new MockClocks(); in testResetNoDetach() local
257 MockClocks clocks = new MockClocks(); in testResetDetach() local
297 MockClocks clocks = new MockClocks(); in testSummaryParceling() local
357 MockClocks clocks = new MockClocks(); in testGetTotalTimeLocked() local
399 MockClocks clocks = new MockClocks(); in testGetCountLocked() local
435 MockClocks clocks = new MockClocks(); in testGetTimeSinceMarked() local
[all …]
DBatteryStatsSamplingTimerTest.java30 final MockClocks clocks = new MockClocks(); in testSettingStalePreservesData() local
57 final MockClocks clocks = new MockClocks(); in testEndSampleAndContinueWhenTimeOrCountDecreases() local
100 final MockClocks clocks = new MockClocks(); in testFirstUpdateIsAbsorbed() local
139 final MockClocks clocks = new MockClocks(); in testSampleTimerSummaryParceling() local
DBatteryStatsDurationTimerTest.java37 final MockClocks clocks = new MockClocks(); in testStartStop() local
102 final MockClocks clocks = new MockClocks(); in testParceling() local
DMockBatteryStatsImpl.java39 public BatteryStatsImpl.Clocks clocks; field in MockBatteryStatsImpl
DBatteryStatsUidTest.java42 TestBsi(MockClocks clocks) { in TestBsi()
/frameworks/rs/
DrsCppUtils.h165 static const clockid_t clocks[] = { in systemTime() local
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java592 public BatteryStatsImpl(Clocks clocks) { in BatteryStatsImpl()
603 private void init(Clocks clocks) { in init()
1071 public Timer(Clocks clocks, int type, TimeBase timeBase, Parcel in) { in Timer()
1089 public Timer(Clocks clocks, int type, TimeBase timeBase) { in Timer()
1288 public SamplingTimer(Clocks clocks, TimeBase timeBase, Parcel in) { in SamplingTimer()
1299 public SamplingTimer(Clocks clocks, TimeBase timeBase) { in SamplingTimer()
1442 BatchTimer(Clocks clocks, Uid uid, int type, TimeBase timeBase, Parcel in) { in BatchTimer()
1450 BatchTimer(Clocks clocks, Uid uid, int type, TimeBase timeBase) { in BatchTimer()
1582 public DurationTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in DurationTimer()
1588 public DurationTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in DurationTimer()
[all …]