Searched refs:wakeTime (Results 1 – 3 of 3) sorted by relevance
164 int64_t wakeTime = currentNanoTime + (1 * AAUDIO_NANOS_PER_MILLISECOND); in processDataNow() local173 wakeTime = currentNanoTime; in processDataNow()185 wakeTime = mClockModel.convertPositionToTime(nextPosition); in processDataNow()191 *wakeTimePtr = wakeTime; in processDataNow()
125 int64_t wakeTime = currentNanoTime + (1 * AAUDIO_NANOS_PER_MILLISECOND); in processDataNow() local141 wakeTime = mClockModel.convertPositionToTime(nextPosition); in processDataNow()147 *wakeTimePtr = wakeTime; in processDataNow()
6856 private boolean wakeUp(long wakeTime, boolean wakeInTheaterMode, String reason) { in wakeUp() argument6867 mPowerManager.wakeUp(wakeTime, reason); in wakeUp()