/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | rstime.rs | 6 rs_time_t curTime = rsTime(0); 8 rsDebug("curTime", curTime); 10 rsLocaltime(&tm, &curTime); 23 curTime = 1294438893; 24 rsLocaltime(&tm, &curTime);
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | rstime.rs | 6 rs_time_t curTime = rsTime(0); 8 rsDebug("curTime", curTime); 10 rsLocaltime(&tm, &curTime); 23 curTime = 1294438893; 24 rsLocaltime(&tm, &curTime);
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | rstime.rs | 6 rs_time_t curTime = rsTime(0); 8 rsDebug("curTime", curTime); 10 rsLocaltime(&tm, &curTime); 23 curTime = 1294438893; 24 rsLocaltime(&tm, &curTime);
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
D | rstime.rs | 6 rs_time_t curTime = rsTime(0); 8 rsDebug("curTime", curTime); 10 rsLocaltime(&tm, &curTime); 23 curTime = 1294438893; 24 rsLocaltime(&tm, &curTime);
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | ThroughputFilter.java | 76 long curTime = SystemClock.elapsedRealtime(); in onProcess() local 79 if ((curTime - mLastTime) >= (mPeriod * 1000)) { in onProcess() 84 curTime - mLastTime, in onProcess() 89 mLastTime = curTime; in onProcess()
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/ |
D | ThroughputFilter.java | 84 long curTime = SystemClock.elapsedRealtime(); in process() local 87 if ((curTime - mLastTime) >= (mPeriod * 1000)) { in process() 97 mLastTime = curTime; in process()
|
/frameworks/base/services/java/com/android/server/wm/ |
D | DimLayer.java | 198 long curTime = SystemClock.uptimeMillis(); in show() local 208 mStartTime = curTime; in show() 253 final long curTime = SystemClock.uptimeMillis(); in stepAnimation() local 255 float alpha = mStartAlpha + alphaDelta * (curTime - mStartTime) / mDuration; in stepAnimation() 261 if (DEBUG) Slog.v(TAG, "stepAnimation: curTime=" + curTime + " alpha=" + alpha); in stepAnimation()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 1002 private long computeOverage(long curTime) { in computeOverage() argument 1004 return mLastTime + mLastAddedDuration - curTime; in computeOverage() 1009 private void recomputeLastDuration(long curTime, boolean abort) { in recomputeLastDuration() argument 1010 final long overage = computeOverage(curTime); in recomputeLastDuration() 1021 mLastAddedTime = curTime; in recomputeLastDuration() 1474 void addHistoryBufferLocked(long curTime) { in addHistoryBufferLocked() argument 1479 final long timeDiff = (mHistoryBaseTime+curTime) - mHistoryLastWritten.time; in addHistoryBufferLocked() 1498 curTime = mHistoryLastWritten.time - mHistoryBaseTime; in addHistoryBufferLocked() 1508 addHistoryBufferLocked(curTime, HistoryItem.CMD_OVERFLOW); in addHistoryBufferLocked() 1523 addHistoryBufferLocked(curTime, HistoryItem.CMD_UPDATE); in addHistoryBufferLocked() [all …]
|
/frameworks/base/services/java/com/android/server/am/ |
D | ActivityRecord.java | 821 final long curTime = SystemClock.uptimeMillis(); in reportFullyDrawnLocked() local 823 reportLaunchTimeLocked(curTime); in reportFullyDrawnLocked() 827 final long thisTime = curTime - fullyDrawnStartTime; in reportFullyDrawnLocked() 829 ? (curTime - stack.mFullyDrawnStartTime) : thisTime; in reportFullyDrawnLocked() 856 private void reportLaunchTimeLocked(final long curTime) { in reportLaunchTimeLocked() argument 858 final long thisTime = curTime - displayStartTime; in reportLaunchTimeLocked() 860 ? (curTime - stack.mLaunchStartTime) : thisTime; in reportLaunchTimeLocked()
|
D | ProcessStatsService.java | 462 long curTime; 466 curTime = mProcessStats.mTimePeriodEndRealtime 469 if (curTime < minTime) {
|
/frameworks/base/core/java/android/view/ |
D | ViewRootImpl.java | 4038 long curTime = SystemClock.uptimeMillis(); in process() local 4039 if ((mLastTime + MAX_TRACKBALL_DELAY) < curTime) { in process() 4044 mLastTime = curTime; in process() 4053 enqueueInputEvent(new KeyEvent(curTime, curTime, in process() 4061 enqueueInputEvent(new KeyEvent(curTime, curTime, in process() 4115 enqueueInputEvent(new KeyEvent(curTime, curTime, in process() 4124 curTime = SystemClock.uptimeMillis(); in process() 4125 enqueueInputEvent(new KeyEvent(curTime, curTime, in process() 4129 enqueueInputEvent(new KeyEvent(curTime, curTime, in process() 4134 mLastTime = curTime; in process()
|
/frameworks/base/core/java/android/os/ |
D | BatteryStats.java | 964 public abstract long getBatteryUptime(long curTime); in getBatteryUptime() argument 984 public abstract long getBatteryRealtime(long curTime); in getBatteryRealtime() argument 1040 public abstract long computeBatteryUptime(long curTime, int which); in computeBatteryUptime() argument 1048 public abstract long computeBatteryRealtime(long curTime, int which); in computeBatteryRealtime() argument 1056 public abstract long computeUptime(long curTime, int which); in computeUptime() argument 1064 public abstract long computeRealtime(long curTime, int which); in computeRealtime() argument
|
/frameworks/av/services/audioflinger/ |
D | AudioPolicyService.cpp | 698 nsecs_t curTime = systemTime(); in threadLoop() local 700 if (mAudioCommands[0]->mTime <= curTime) { in threadLoop() 794 waitTime = mAudioCommands[0]->mTime - curTime; in threadLoop()
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | PagedView.java | 2433 long curTime = AnimationUtils.currentAnimationTimeMillis(); in onAnimationUpdate() local 2435 mFrom.left += (mVelocity.x * (curTime - mPrevTime) / 1000f); in onAnimationUpdate() 2436 mFrom.top += (mVelocity.y * (curTime - mPrevTime) / 1000f); in onAnimationUpdate() 2444 mPrevTime = curTime; in onAnimationUpdate()
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | PhoneWindowManager.java | 5076 long curTime = SystemClock.uptimeMillis(); in keepScreenOnStoppedLw() local
|