Searched refs:curBatteryRealtimeUs (Results 1 – 1 of 1) sorted by relevance
3294 protected long computeRunTimeLocked(long curBatteryRealtimeUs, long elapsedRealtimeUs) { in computeRunTimeLocked() argument3695 protected long computeRunTimeLocked(long curBatteryRealtimeUs, long elapsedRealtimeUs) { in computeRunTimeLocked() argument3696 if (mTimeoutUs > 0 && curBatteryRealtimeUs > mUpdateTimeUs + mTimeoutUs) { in computeRunTimeLocked()3697 curBatteryRealtimeUs = mUpdateTimeUs + mTimeoutUs; in computeRunTimeLocked()3700 ? (curBatteryRealtimeUs - mUpdateTimeUs) in computeRunTimeLocked()