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.java111 long curTime = SystemClock.uptimeMillis(); in updateLog() local
137 private static boolean shouldLogNow(@Nullable Pair<Long, Integer> timing, long curTime) { in shouldLogNow()
/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/services/core/java/com/android/server/wm/
DDimLayer.java284 long curTime = SystemClock.uptimeMillis(); in show() local
339 final long curTime = SystemClock.uptimeMillis(); in stepAnimation() local
/frameworks/av/media/libstagefright/mpeg2ts/
DAnotherPacketSource.cpp543 HLSTime curTime(buffer->meta()); in trimBuffersAfterMeta() local
614 HLSTime curTime(buffer->meta()); in trimBuffersBeforeMeta() local
/frameworks/base/core/java/android/os/
DBatteryStats.java2247 public abstract long getBatteryUptime(long curTime); in getBatteryUptime()
2254 public abstract long getBatteryRealtime(long curTime); in getBatteryRealtime()
2315 public abstract long computeBatteryUptime(long curTime, int which); in computeBatteryUptime()
2323 public abstract long computeBatteryRealtime(long curTime, int which); in computeBatteryRealtime()
2331 public abstract long computeBatteryScreenOffUptime(long curTime, int which); in computeBatteryScreenOffUptime()
2339 public abstract long computeBatteryScreenOffRealtime(long curTime, int which); in computeBatteryScreenOffRealtime()
2347 public abstract long computeUptime(long curTime, int which); in computeUptime()
2355 public abstract long computeRealtime(long curTime, int which); in computeRealtime()
2365 public abstract long computeBatteryTimeRemaining(long curTime); in computeBatteryTimeRemaining()
2467 public abstract long computeChargeTimeRemaining(long curTime); in computeChargeTimeRemaining()
/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java1175 final long curTime = SystemClock.uptimeMillis(); in reportFullyDrawnLocked() local
1210 private void reportLaunchTimeLocked(final long curTime) { in reportLaunchTimeLocked()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp1144 String8 curTime = getFormattedCurrentTime(); in handleEvictionsLocked() local
1849 String8 curTime = getFormattedCurrentTime(); in doUserSwitch() local
1880 String8 curTime = getFormattedCurrentTime(); in logEvent() local
1931 String8 curTime = getFormattedCurrentTime(); in logServiceError() local
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java707 public long computeUptime(long curTime, int which) { in computeUptime()
719 public long computeRealtime(long curTime, int which) { in computeRealtime()
731 public long getUptime(long curTime) { in getUptime()
739 public long getRealtime(long curTime) { in getRealtime()
1488 private long computeOverage(long curTime) { in computeOverage()
1495 private void recomputeLastDuration(long curTime, boolean abort) { in recomputeLastDuration()
9881 public long computeUptime(long curTime, int which) { in computeUptime()
9891 public long computeRealtime(long curTime, int which) { in computeRealtime()
9901 public long computeBatteryUptime(long curTime, int which) { in computeBatteryUptime()
9906 public long computeBatteryRealtime(long curTime, int which) { in computeBatteryRealtime()
[all …]
/frameworks/base/services/net/java/android/net/apf/
DApfFilter.java282 private static long curTime() { in curTime() method in ApfFilter
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp464 nsecs_t curTime = systemTime(); in threadLoop() local
/frameworks/base/core/java/android/view/
DViewRootImpl.java4592 long curTime = SystemClock.uptimeMillis(); in process() local