Home
last modified time | relevance | path

Searched refs:mFlashlightOnTimer (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java968 StopwatchTimer mFlashlightOnTimer; field in BatteryStatsImpl
6071 mFlashlightOnTimer.startRunningLocked(elapsedRealtimeMs); in noteFlashlightOnLocked()
6091 mFlashlightOnTimer.stopRunningLocked(elapsedRealtimeMs); in noteFlashlightOffLocked()
6164 mFlashlightOnTimer.stopAllRunningLocked(elapsedRealtimeMs); in noteResetFlashlightLocked()
7271 return mFlashlightOnTimer.getTotalTimeLocked(elapsedRealtimeUs, which); in getFlashlightOnTime()
7276 return mFlashlightOnTimer.getCountLocked(which); in getFlashlightOnCount()
11669 mFlashlightOnTimer.reset(false, elapsedRealtimeUs); in resetAllStatsLocked()
15699 mFlashlightOnTimer.readSummaryFromParcelLocked(in);
16191 mFlashlightOnTimer.writeSummaryFromParcelLocked(out, NOWREAL_SYS);
16905 mFlashlightOnTimer.writeToParcel(out, uSecRealtime);
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt77625 Lcom/android/internal/os/BatteryStatsImpl;->mFlashlightOnTimer:Lcom/android/internal/os/BatteryStat…