Searched refs:currentNanoTime (Results 1 – 2 of 2) sorted by relevance
116 int64_t currentNanoTime, int64_t *wakeTimePtr) { in processDataNow() argument131 *wakeTimePtr = currentNanoTime + (2000 * AAUDIO_NANOS_PER_MICROSECOND); in processDataNow()140 int64_t estimatedReadCounter = mClockModel.convertTimeToPosition(currentNanoTime); in processDataNow()175 int64_t wakeTime = currentNanoTime + (1 * AAUDIO_NANOS_PER_MILLISECOND); in processDataNow()184 wakeTime = currentNanoTime; in processDataNow()
68 int64_t currentNanoTime, int64_t *wakeTimePtr) { in processDataNow() argument83 *wakeTimePtr = currentNanoTime + (2000 * AAUDIO_NANOS_PER_MICROSECOND); in processDataNow()96 int64_t estimatedRemoteCounter = mClockModel.convertLatestTimeToPosition(currentNanoTime); in processDataNow()131 int64_t wakeTime = currentNanoTime + (1 * AAUDIO_NANOS_PER_MILLISECOND); in processDataNow()