Searched refs:curBatteryRealtimeUs (Results 1 – 1 of 1) sorted by relevance
2971 protected long computeRunTimeLocked(long curBatteryRealtimeUs, long elapsedRealtimeUs) { in computeRunTimeLocked() argument3372 protected long computeRunTimeLocked(long curBatteryRealtimeUs, long elapsedRealtimeUs) { in computeRunTimeLocked() argument3373 if (mTimeoutUs > 0 && curBatteryRealtimeUs > mUpdateTimeUs + mTimeoutUs) { in computeRunTimeLocked()3374 curBatteryRealtimeUs = mUpdateTimeUs + mTimeoutUs; in computeRunTimeLocked()3377 ? (curBatteryRealtimeUs - mUpdateTimeUs) in computeRunTimeLocked()