Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A 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 …]
H A 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
H A 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
H A DBatteryStatsCounterTest.java34 final BatteryStatsImpl.TimeBase timeBase = new BatteryStatsImpl.TimeBase(); in testCounter() local
74 final BatteryStatsImpl.TimeBase timeBase = new BatteryStatsImpl.TimeBase(); in testParceling() local
H A DBatteryStatsDualTimerTest.java35 final BatteryStatsImpl.TimeBase timeBase = new BatteryStatsImpl.TimeBase(); in testResetDetach() local
H A DBatteryStatsStopwatchTimerTest.java35 final BatteryStatsImpl.TimeBase timeBase = new BatteryStatsImpl.TimeBase(); in testCount() local
H A DBatteryStatsSensorTest.java432 BatteryStatsImpl.TimeBase timeBase = bi.getOnBatteryTimeBase(); in testSensorResetTimes() local
H A DBatteryStatsCpuTimesTest.java1377 final BatteryStatsImpl.TimeBase timeBase = new BatteryStatsImpl.TimeBase(); in getPartialTimers() local
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java947 DisplayBatteryStats(Clock clock, TimeBase timeBase) { in DisplayBatteryStats()
2013 public Counter(TimeBase timeBase, Parcel in) { in Counter()
2019 public Counter(TimeBase timeBase) { in Counter()
2097 public LongSamplingCounterArray(TimeBase timeBase) { in LongSamplingCounterArray()
2201 TimeBase timeBase) { in readSummaryFromParcelLocked()
2421 public LongSamplingCounter(TimeBase timeBase) { in LongSamplingCounter()
3026 TimeBase timeBase, Parcel in) { in DurationTimer()
3034 TimeBase timeBase) { in DurationTimer()
3237 TimeBase timeBase, Parcel in) { in StopwatchTimer()
3245 TimeBase timeBase) { in StopwatchTimer()
[all …]
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/audio_capture/
H A Daudio_capture_plugin.cpp415 auto timeBase = OHOS::AudioStandard::Timestamp::Timestampbase::MONOTONIC; in GetAudioTimeLocked() local