Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiLogger.java110 long curTime = SystemClock.uptimeMillis(); in updateLog() local
136 private static boolean shouldLogNow(@Nullable Pair<Long, Integer> timing, long curTime) { in shouldLogNow()
/frameworks/base/services/core/java/com/android/server/wm/
DDimLayer.java226 long curTime = SystemClock.uptimeMillis(); in show() local
281 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/av/media/libstagefright/mpeg2ts/
DAnotherPacketSource.cpp537 HLSTime curTime(buffer->meta()); in trimBuffersAfterMeta() local
608 HLSTime curTime(buffer->meta()); in trimBuffersBeforeMeta() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DConsole.java96 long curTime = System.currentTimeMillis(); in logStartTracingTime() local
/frameworks/base/core/java/android/os/
DBatteryStats.java2061 public abstract long getBatteryUptime(long curTime); in getBatteryUptime()
2068 public abstract long getBatteryRealtime(long curTime); in getBatteryRealtime()
2129 public abstract long computeBatteryUptime(long curTime, int which); in computeBatteryUptime()
2137 public abstract long computeBatteryRealtime(long curTime, int which); in computeBatteryRealtime()
2145 public abstract long computeBatteryScreenOffUptime(long curTime, int which); in computeBatteryScreenOffUptime()
2153 public abstract long computeBatteryScreenOffRealtime(long curTime, int which); in computeBatteryScreenOffRealtime()
2161 public abstract long computeUptime(long curTime, int which); in computeUptime()
2169 public abstract long computeRealtime(long curTime, int which); in computeRealtime()
2179 public abstract long computeBatteryTimeRemaining(long curTime); in computeBatteryTimeRemaining()
2260 public abstract long computeChargeTimeRemaining(long curTime); in computeChargeTimeRemaining()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp1021 String8 curTime = getFormattedCurrentTime(); in handleEvictionsLocked() local
1640 String8 curTime = getFormattedCurrentTime(); in doUserSwitch() local
1671 String8 curTime = getFormattedCurrentTime(); in logEvent() local
1722 String8 curTime = getFormattedCurrentTime(); in logServiceError() local
/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java947 final long curTime = SystemClock.uptimeMillis(); in reportFullyDrawnLocked() local
982 private void reportLaunchTimeLocked(final long curTime) { in reportLaunchTimeLocked()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java588 public long computeUptime(long curTime, int which) { in computeUptime()
600 public long computeRealtime(long curTime, int which) { in computeRealtime()
612 public long getUptime(long curTime) { in getUptime()
620 public long getRealtime(long curTime) { in getRealtime()
1347 private long computeOverage(long curTime) { in computeOverage()
1354 private void recomputeLastDuration(long curTime, boolean abort) { in recomputeLastDuration()
8507 public long computeUptime(long curTime, int which) { in computeUptime()
8517 public long computeRealtime(long curTime, int which) { in computeRealtime()
8527 public long computeBatteryUptime(long curTime, int which) { in computeBatteryUptime()
8532 public long computeBatteryRealtime(long curTime, int which) { in computeBatteryRealtime()
[all …]
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp433 nsecs_t curTime = systemTime(); in threadLoop() local
/frameworks/base/core/java/android/view/
DViewRootImpl.java4330 long curTime = SystemClock.uptimeMillis(); in process() local