Searched defs:curTime (Results 1 – 12 of 12) sorted by relevance
| /frameworks/base/services/core/java/com/android/server/hdmi/ |
| D | HdmiLogger.java | 110 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/ |
| D | DimLayer.java | 226 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/ |
| D | ThroughputFilter.java | 76 long curTime = SystemClock.elapsedRealtime(); in onProcess() local
|
| /frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/ |
| D | ThroughputFilter.java | 84 long curTime = SystemClock.elapsedRealtime(); in process() local
|
| /frameworks/av/media/libstagefright/mpeg2ts/ |
| D | AnotherPacketSource.cpp | 537 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/ |
| D | Console.java | 96 long curTime = System.currentTimeMillis(); in logStartTracingTime() local
|
| /frameworks/base/core/java/android/os/ |
| D | BatteryStats.java | 2064 public abstract long getBatteryUptime(long curTime); in getBatteryUptime() 2071 public abstract long getBatteryRealtime(long curTime); in getBatteryRealtime() 2132 public abstract long computeBatteryUptime(long curTime, int which); in computeBatteryUptime() 2140 public abstract long computeBatteryRealtime(long curTime, int which); in computeBatteryRealtime() 2148 public abstract long computeBatteryScreenOffUptime(long curTime, int which); in computeBatteryScreenOffUptime() 2156 public abstract long computeBatteryScreenOffRealtime(long curTime, int which); in computeBatteryScreenOffRealtime() 2164 public abstract long computeUptime(long curTime, int which); in computeUptime() 2172 public abstract long computeRealtime(long curTime, int which); in computeRealtime() 2182 public abstract long computeBatteryTimeRemaining(long curTime); in computeBatteryTimeRemaining() 2263 public abstract long computeChargeTimeRemaining(long curTime); in computeChargeTimeRemaining()
|
| /frameworks/av/services/camera/libcameraservice/ |
| D | CameraService.cpp | 1051 String8 curTime = getFormattedCurrentTime(); in handleEvictionsLocked() local 1685 String8 curTime = getFormattedCurrentTime(); in doUserSwitch() local 1716 String8 curTime = getFormattedCurrentTime(); in logEvent() local 1767 String8 curTime = getFormattedCurrentTime(); in logServiceError() local
|
| /frameworks/base/services/core/java/com/android/server/am/ |
| D | ActivityRecord.java | 947 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/ |
| D | BatteryStatsImpl.java | 586 public long computeUptime(long curTime, int which) { in computeUptime() 598 public long computeRealtime(long curTime, int which) { in computeRealtime() 610 public long getUptime(long curTime) { in getUptime() 618 public long getRealtime(long curTime) { in getRealtime() 1345 private long computeOverage(long curTime) { in computeOverage() 1352 private void recomputeLastDuration(long curTime, boolean abort) { in recomputeLastDuration() 8589 public long computeUptime(long curTime, int which) { in computeUptime() 8599 public long computeRealtime(long curTime, int which) { in computeRealtime() 8609 public long computeBatteryUptime(long curTime, int which) { in computeBatteryUptime() 8614 public long computeBatteryRealtime(long curTime, int which) { in computeBatteryRealtime() [all …]
|
| /frameworks/av/services/audiopolicy/service/ |
| D | AudioPolicyService.cpp | 433 nsecs_t curTime = systemTime(); in threadLoop() local
|
| /frameworks/base/core/java/android/view/ |
| D | ViewRootImpl.java | 4330 long curTime = SystemClock.uptimeMillis(); in process() local
|