Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/wm/
DDimLayer.java198 long curTime = SystemClock.uptimeMillis(); in show() local
253 final long curTime = SystemClock.uptimeMillis(); in stepAnimation() local
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DThroughputFilter.java76 long curTime = SystemClock.elapsedRealtime(); in onProcess() local
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
DThroughputFilter.java84 long curTime = SystemClock.elapsedRealtime(); in process() local
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java1002 private long computeOverage(long curTime) { in computeOverage()
1009 private void recomputeLastDuration(long curTime, boolean abort) { in recomputeLastDuration()
1474 void addHistoryBufferLocked(long curTime) { in addHistoryBufferLocked()
1526 void addHistoryBufferLocked(long curTime, byte cmd) { in addHistoryBufferLocked()
1547 void addHistoryRecordLocked(long curTime) { in addHistoryRecordLocked()
1606 void addHistoryRecordLocked(long curTime, byte cmd) { in addHistoryRecordLocked()
4975 public long computeUptime(long curTime, int which) { in computeUptime()
4986 public long computeRealtime(long curTime, int which) { in computeRealtime()
4997 public long computeBatteryUptime(long curTime, int which) { in computeBatteryUptime()
5012 public long computeBatteryRealtime(long curTime, int which) { in computeBatteryRealtime()
[all …]
/frameworks/base/services/java/com/android/server/am/
DActivityRecord.java821 final long curTime = SystemClock.uptimeMillis(); in reportFullyDrawnLocked() local
856 private void reportLaunchTimeLocked(final long curTime) { in reportLaunchTimeLocked()
/frameworks/base/core/java/android/os/
DBatteryStats.java964 public abstract long getBatteryUptime(long curTime); in getBatteryUptime()
984 public abstract long getBatteryRealtime(long curTime); in getBatteryRealtime()
1040 public abstract long computeBatteryUptime(long curTime, int which); in computeBatteryUptime()
1048 public abstract long computeBatteryRealtime(long curTime, int which); in computeBatteryRealtime()
1056 public abstract long computeUptime(long curTime, int which); in computeUptime()
1064 public abstract long computeRealtime(long curTime, int which); in computeRealtime()
/frameworks/av/services/audioflinger/
DAudioPolicyService.cpp698 nsecs_t curTime = systemTime(); in threadLoop() local
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DPagedView.java2433 long curTime = AnimationUtils.currentAnimationTimeMillis(); in onAnimationUpdate() local
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindowManager.java5076 long curTime = SystemClock.uptimeMillis(); in keepScreenOnStoppedLw() local
/frameworks/base/core/java/android/view/
DViewRootImpl.java4038 long curTime = SystemClock.uptimeMillis(); in process() local