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()173 int64_t wakeTime = currentNanoTime + (1 * AAUDIO_NANOS_PER_MILLISECOND); in processDataNow()182 wakeTime = currentNanoTime; in processDataNow()
68 int64_t currentNanoTime, int64_t *wakeTimePtr) { in processDataNow() argument83 *wakeTimePtr = currentNanoTime + (2000 * AAUDIO_NANOS_PER_MICROSECOND); in processDataNow()92 int64_t estimatedRemoteCounter = mClockModel.convertTimeToPosition(currentNanoTime); in processDataNow()126 int64_t wakeTime = currentNanoTime + (1 * AAUDIO_NANOS_PER_MILLISECOND); in processDataNow()