Searched refs:mLastWriteTime (Results 1 – 5 of 5) sorted by relevance
76 long mLastWriteTime; field in ProcessStatsService181 if (now > (mLastWriteTime+WRITE_PERIOD)) { in shouldWriteNowLocked()235 mLastWriteTime = SystemClock.uptimeMillis(); in writeStateLocked()253 mLastWriteTime = SystemClock.uptimeMillis(); in updateFile()
1173 long mLastWriteTime = 0; field in ActivityManagerService2129 long nextWriteDelay = (mLastWriteTime+BATTERY_STATS_TIME)-now; in ActivityManagerService()2315 if (mLastWriteTime < (now-BATTERY_STATS_TIME)) { in updateCpuStatsNow()2316 mLastWriteTime = now; in updateCpuStatsNow()
737 nsecs_t mLastWriteTime; variable
1187 mLastWriteTime(0), mNumWrites(0), mNumDelayedWrites(0), mInWrite(false), in PlaybackThread()1320 dprintf(fd, " Last write occurred (msecs): %llu\n", ns2ms(systemTime() - mLastWriteTime)); in dumpInternals()2112 mLastWriteTime = systemTime(); in threadLoop_write()2630 nsecs_t delta = now - mLastWriteTime; in threadLoop()
368 long mLastWriteTime = 0; // Milliseconds field in BatteryStatsImpl6924 if (doWrite || (mLastWriteTime + (60 * 1000)) < mSecRealtime) { in setOnBatteryLocked()7669 mLastWriteTime = SystemClock.elapsedRealtime(); in writeLocked()8575 mLastWriteTime = in.readLong(); in readFromParcelLocked()8717 out.writeLong(mLastWriteTime); in writeToParcelLocked()