Searched refs:wakeTime (Results 1 – 4 of 4) sorted by relevance
173 int64_t wakeTime = currentNanoTime + (1 * AAUDIO_NANOS_PER_MILLISECOND); in processDataNow() local182 wakeTime = currentNanoTime; in processDataNow()194 wakeTime = mClockModel.convertPositionToTime(nextPosition); in processDataNow()200 *wakeTimePtr = wakeTime; in processDataNow()
130 int64_t wakeTime = currentNanoTime + (1 * AAUDIO_NANOS_PER_MILLISECOND); in processDataNow() local146 wakeTime = mClockModel.convertPositionToLatestTime(nextPosition); in processDataNow()152 *wakeTimePtr = wakeTime; in processDataNow()
503 public WakeData(long wakeTime, @WakeReason int wakeReason) { in WakeData() argument504 this.wakeTime = wakeTime; in WakeData()507 public long wakeTime; field in PowerManager.WakeData
1167 && (now < lastWakeUp.wakeTime + mPowerButtonSuppressionDelayMillis)) { in goToSleepFromPowerButton()1169 + (now - lastWakeUp.wakeTime) + "ms"); in goToSleepFromPowerButton()4541 private boolean wakeUp(long wakeTime, boolean wakeInTheaterMode, @WakeReason int reason, in wakeUp() argument4553 mPowerManager.wakeUp(wakeTime, reason, details); in wakeUp()