Searched defs:curTime (Results 1 – 12 of 12) sorted by relevance
| /frameworks/base/services/core/java/com/android/server/hdmi/ |
| D | HdmiLogger.java | 109 long curTime = SystemClock.uptimeMillis(); in updateLog() local 135 private static boolean shouldLogNow(@Nullable Pair<Long, Integer> timing, long curTime) { in shouldLogNow()
|
| /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 | 612 HLSTime curTime(buffer->meta()); in trimBuffersAfterMeta() local 683 HLSTime curTime(buffer->meta()); in trimBuffersBeforeMeta() local
|
| /frameworks/native/services/surfaceflinger/TimeStats/ |
| D | TimeStats.cpp | 452 nsecs_t curTime = systemTime(); in flushPowerTimeLocked() local
|
| /frameworks/base/core/java/android/os/ |
| D | BatteryStats.java | 2779 public abstract long getBatteryUptime(long curTime); in getBatteryUptime() 2786 public abstract long getBatteryRealtime(long curTime); in getBatteryRealtime() 2860 public abstract long computeBatteryUptime(long curTime, int which); in computeBatteryUptime() 2869 public abstract long computeBatteryRealtime(long curTime, int which); in computeBatteryRealtime() 2877 public abstract long computeBatteryScreenOffUptime(long curTime, int which); in computeBatteryScreenOffUptime() 2885 public abstract long computeBatteryScreenOffRealtime(long curTime, int which); in computeBatteryScreenOffRealtime() 2893 public abstract long computeUptime(long curTime, int which); in computeUptime() 2901 public abstract long computeRealtime(long curTime, int which); in computeRealtime() 2912 public abstract long computeBatteryTimeRemaining(long curTime); in computeBatteryTimeRemaining() 3047 public abstract long computeChargeTimeRemaining(long curTime); in computeChargeTimeRemaining()
|
| /frameworks/av/services/camera/libcameraservice/ |
| D | CameraService.cpp | 1162 String8 curTime = getFormattedCurrentTime(); in handleEvictionsLocked() local 2079 String8 curTime = getFormattedCurrentTime(); in doUserSwitch() local 2112 String8 curTime = getFormattedCurrentTime(); in logEvent() local 2172 String8 curTime = getFormattedCurrentTime(); in logServiceError() local
|
| /frameworks/base/core/java/com/android/internal/os/ |
| D | BatteryStatsImpl.java | 1224 public long computeUptime(long curTime, int which) { in computeUptime() 1228 public long computeRealtime(long curTime, int which) { in computeRealtime() 1232 public long getUptime(long curTime) { in getUptime() 1240 public long getRealtime(long curTime) { in getRealtime() 2047 private long computeOverage(long curTime) { in computeOverage() 2054 private void recomputeLastDuration(long curTime, boolean abort) { in recomputeLastDuration() 12456 public long computeUptime(long curTime, int which) { in computeUptime() 12461 public long computeRealtime(long curTime, int which) { in computeRealtime() 12467 public long computeBatteryUptime(long curTime, int which) { in computeBatteryUptime() 12473 public long computeBatteryRealtime(long curTime, int which) { in computeBatteryRealtime() [all …]
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| D | ServiceStateTracker.java | 1120 final long curTime = SystemClock.elapsedRealtime(); in handleMessage() local 4782 final long curTime = SystemClock.elapsedRealtime(); in requestAllCellInfo() local
|
| /frameworks/native/services/sensorservice/ |
| D | SensorService.cpp | 417 timespec curTime; in dump() local
|
| /frameworks/av/services/audiopolicy/service/ |
| D | AudioPolicyService.cpp | 1050 nsecs_t curTime = systemTime(); in threadLoop() local
|
| /frameworks/base/core/java/android/view/ |
| D | ViewRootImpl.java | 5687 long curTime = SystemClock.uptimeMillis(); in process() local
|