Searched refs:curTime (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DWatchdog.java335 * @param curTime The current system time.
339 String shouldWeBeBrutalLocked(long curTime) { argument
357 static long computeCalendarTime(Calendar c, long curTime, argument
361 c.setTimeInMillis(curTime);
372 if (newTime < curTime) {
H A DLocationManagerService.java963 long curTime = ur.mMinTime;
964 if (curTime < minTime) {
965 minTime = curTime;
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1235 void addHistoryBufferLocked(long curTime) { argument
1240 final long timeDiff = (mHistoryBaseTime+curTime) - mHistoryLastWritten.time;
1259 curTime = mHistoryLastWritten.time - mHistoryBaseTime;
1269 addHistoryBufferLocked(curTime, HistoryItem.CMD_OVERFLOW);
1284 addHistoryBufferLocked(curTime, HistoryItem.CMD_UPDATE);
1287 void addHistoryBufferLocked(long curTime, byte cmd) { argument
1295 mHistoryLastWritten.setTo(mHistoryBaseTime + curTime, cmd, mHistoryCur);
1297 mLastHistoryTime = curTime;
1308 void addHistoryRecordLocked(long curTime) { argument
1309 addHistoryBufferLocked(curTime);
1367 addHistoryRecordLocked(long curTime, byte cmd) argument
4479 computeUptime(long curTime, int which) argument
4490 computeRealtime(long curTime, int which) argument
4501 computeBatteryUptime(long curTime, int which) argument
4516 computeBatteryRealtime(long curTime, int which) argument
4530 getBatteryUptimeLocked(long curTime) argument
4543 getBatteryUptime(long curTime) argument
4547 getBatteryRealtimeLocked(long curTime) argument
4556 getBatteryRealtime(long curTime) argument
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java2950 long curTime = SystemClock.uptimeMillis();
2951 if ((mLastTrackballTime + MAX_TRACKBALL_DELAY) < curTime) {
2956 mLastTrackballTime = curTime;
2965 deliverKeyEvent(new KeyEvent(curTime, curTime,
2973 deliverKeyEvent(new KeyEvent(curTime, curTime,
3027 deliverKeyEvent(new KeyEvent(curTime, curTime,
3036 curTime
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityRecord.java601 final long curTime = SystemClock.uptimeMillis();
602 final long thisTime = curTime - launchTime;
604 ? (curTime - stack.mInitialStartTime) : thisTime;
/frameworks/base/core/java/android/os/
H A DBatteryStats.java920 * @param curTime the amount of elapsed realtime in microseconds.
922 public abstract long getBatteryUptime(long curTime); argument
940 * @param curTime the amount of elapsed realtime in microseconds.
942 public abstract long getBatteryRealtime(long curTime); argument
995 * @param curTime the elapsed realtime in microseconds.
998 public abstract long computeBatteryUptime(long curTime, int which); argument
1003 * @param curTime the current elapsed realtime in microseconds.
1006 public abstract long computeBatteryRealtime(long curTime, int which); argument
1011 * @param curTime the current elapsed realtime in microseconds.
1014 public abstract long computeUptime(long curTime, in argument
1022 computeRealtime(long curTime, int which) argument
[all...]
/frameworks/base/services/audioflinger/
H A DAudioPolicyService.cpp664 nsecs_t curTime = systemTime(); local
666 if (mAudioCommands[0]->mTime <= curTime) {
735 waitTime = mAudioCommands[0]->mTime - curTime;
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java3689 long curTime = SystemClock.uptimeMillis();
3690 mPowerManager.userActivity(curTime, false, LocalPowerManager.OTHER_EVENT);

Completed in 207 milliseconds