Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiLogger.java113 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/
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.cpp612 HLSTime curTime(buffer->meta()); in trimBuffersAfterMeta() local
683 HLSTime curTime(buffer->meta()); in trimBuffersBeforeMeta() local
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp452 nsecs_t curTime = systemTime(); in flushPowerTimeLocked() local
/frameworks/base/core/java/android/os/
DBatteryStats.java2831 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/
DCameraService.cpp1186 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/
DBatteryStatsImpl.java1226 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/
DSoundTriggerService.java163 long curTime = SystemClock.elapsedRealtime(); in dump() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java1211 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/
DSensorService.cpp412 timespec curTime; in dump() local
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp1117 nsecs_t curTime = systemTime(); in threadLoop() local
/frameworks/base/core/java/android/view/
DViewRootImpl.java5857 long curTime = SystemClock.uptimeMillis(); in process() local