Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiLogger.java113 long curTime = SystemClock.uptimeMillis(); in updateLog() local
139 private static boolean shouldLogNow(@Nullable Pair<Long, Integer> timing, long curTime) { in shouldLogNow()
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DThroughputFilter.java76 long curTime = SystemClock.elapsedRealtime(); in onProcess() local
/aosp14/frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
H A DThroughputFilter.java84 long curTime = SystemClock.elapsedRealtime(); in process() local
/aosp14/frameworks/base/core/java/android/os/
H A DBatteryStats.java3313 public abstract long getBatteryUptime(long curTime); in getBatteryUptime()
3320 public abstract long getBatteryRealtime(long curTime); in getBatteryRealtime()
3408 public abstract long computeBatteryUptime(long curTime, int which); in computeBatteryUptime()
3417 public abstract long computeBatteryRealtime(long curTime, int which); in computeBatteryRealtime()
3425 public abstract long computeBatteryScreenOffUptime(long curTime, int which); in computeBatteryScreenOffUptime()
3433 public abstract long computeBatteryScreenOffRealtime(long curTime, int which); in computeBatteryScreenOffRealtime()
3441 public abstract long computeUptime(long curTime, int which); in computeUptime()
3449 public abstract long computeRealtime(long curTime, int which); in computeRealtime()
3460 public abstract long computeBatteryTimeRemaining(long curTime); in computeBatteryTimeRemaining()
3600 public abstract long computeChargeTimeRemaining(long curTime); in computeChargeTimeRemaining()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DEdgeBackGestureHandler.java1041 long curTime = System.currentTimeMillis(); in onMotionEvent() local
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
H A DSoundTriggerService.java216 long curTime = SystemClock.elapsedRealtime(); in dump() local
/aosp14/frameworks/base/core/java/android/view/
H A DViewRootImpl.java7472 long curTime = SystemClock.uptimeMillis(); in process() local