/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiLogger.java | 113 long curTime = SystemClock.uptimeMillis(); in updateLog() local 139 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 | 2831 public abstract long getBatteryUptime(long curTime); in getBatteryUptime() 2838 public abstract long getBatteryRealtime(long curTime); in getBatteryRealtime() 2912 public abstract long computeBatteryUptime(long curTime, int which); in computeBatteryUptime() 2921 public abstract long computeBatteryRealtime(long curTime, int which); in computeBatteryRealtime() 2929 public abstract long computeBatteryScreenOffUptime(long curTime, int which); in computeBatteryScreenOffUptime() 2937 public abstract long computeBatteryScreenOffRealtime(long curTime, int which); in computeBatteryScreenOffRealtime() 2945 public abstract long computeUptime(long curTime, int which); in computeUptime() 2953 public abstract long computeRealtime(long curTime, int which); in computeRealtime() 2964 public abstract long computeBatteryTimeRemaining(long curTime); in computeBatteryTimeRemaining() 3099 public abstract long computeChargeTimeRemaining(long curTime); in computeChargeTimeRemaining()
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.cpp | 1186 String8 curTime = getFormattedCurrentTime(); in handleEvictionsLocked() local 2120 String8 curTime = getFormattedCurrentTime(); in doUserSwitch() local 2153 String8 curTime = getFormattedCurrentTime(); in logEvent() local 2213 String8 curTime = getFormattedCurrentTime(); in logServiceError() local
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 1226 public long computeUptime(long curTime, int which) { in computeUptime() 1230 public long computeRealtime(long curTime, int which) { in computeRealtime() 1234 public long getUptime(long curTime) { in getUptime() 1242 public long getRealtime(long curTime) { in getRealtime() 2050 private long computeOverage(long curTime) { in computeOverage() 2057 private void recomputeLastDuration(long curTime, boolean abort) { in recomputeLastDuration() 12464 public long computeUptime(long curTime, int which) { in computeUptime() 12469 public long computeRealtime(long curTime, int which) { in computeRealtime() 12475 public long computeBatteryUptime(long curTime, int which) { in computeBatteryUptime() 12481 public long computeBatteryRealtime(long curTime, int which) { in computeBatteryRealtime() [all …]
|
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/ |
D | SoundTriggerService.java | 163 long curTime = SystemClock.elapsedRealtime(); in dump() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ServiceStateTracker.java | 1211 final long curTime = SystemClock.elapsedRealtime(); in handleMessage() local 5022 final long curTime = SystemClock.elapsedRealtime(); in requestAllCellInfo() local 5060 long curTime = System.currentTimeMillis(); in shouldRefreshSignalStrength() local
|
/frameworks/native/services/sensorservice/ |
D | SensorService.cpp | 412 timespec curTime; in dump() local
|
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyService.cpp | 1117 nsecs_t curTime = systemTime(); in threadLoop() local
|
/frameworks/base/core/java/android/view/ |
D | ViewRootImpl.java | 5857 long curTime = SystemClock.uptimeMillis(); in process() local
|