Searched refs:lastWallTime (Results 1 – 2 of 2) sorted by relevance
342 long lastWallTime = 0; in parseBatteryHistory() local366 if (rec.currentTime > (lastWallTime + (180 * 24 * 60 * 60 * 1000L)) in parseBatteryHistory()370 lastWallTime = rec.currentTime; in parseBatteryHistory()373 startWalltime = lastWallTime - (lastRealtime - historyStart); in parseBatteryHistory()382 endWalltime = lastWallTime + historyEnd - lastRealtime; in parseBatteryHistory()
72 const nsecs_t lastWallTime = mLastWallTime; in isDirty() local80 mCurrentTime += currentTime - lastWallTime; in isDirty()