Searched refs:wakeTime (Results 1 – 4 of 4) sorted by relevance
175 int64_t wakeTime = currentNanoTime + (1 * AAUDIO_NANOS_PER_MILLISECOND); in processDataNow() local184 wakeTime = currentNanoTime; in processDataNow()192 wakeTime = mClockModel.convertPositionToTime(nextReadPosition); in processDataNow()198 *wakeTimePtr = wakeTime; in processDataNow()
131 int64_t wakeTime = currentNanoTime + (1 * AAUDIO_NANOS_PER_MILLISECOND); in processDataNow() local147 wakeTime = mClockModel.convertPositionToLatestTime(nextPosition); in processDataNow()153 *wakeTimePtr = wakeTime; in processDataNow()
615 public WakeData(long wakeTime, @WakeReason int wakeReason) { in WakeData() argument616 this.wakeTime = wakeTime; in WakeData()619 public long wakeTime; field in PowerManager.WakeData
1141 && (now < lastWakeUp.wakeTime + mPowerButtonSuppressionDelayMillis)) { in goToSleepFromPowerButton()1143 + (now - lastWakeUp.wakeTime) + "ms"); in goToSleepFromPowerButton()4455 private boolean wakeUp(long wakeTime, boolean wakeInTheaterMode, @WakeReason int reason, in wakeUp() argument4467 mPowerManager.wakeUp(wakeTime, reason, details); in wakeUp()