Searched refs:nextTimeUs (Results 1 – 2 of 2) sorted by relevance
42 int64_t nextTimeUs = mStartTimeUs + (mFrameCount * 1000000ll) / mRateHz; in setFrameRate() local43 mStartTimeUs = nextTimeUs; in setFrameRate()
5397 long nextTimeUs = nowUs; in notifyTimedEvent() local5433 } else if (nextTimeUs == nowUs || mTimes[ix] < nextTimeUs) { in notifyTimedEvent()5434 nextTimeUs = mTimes[ix]; in notifyTimedEvent()5438 if (nextTimeUs > nowUs && !mPaused) { in notifyTimedEvent()5440 if (DEBUG) Log.d(TAG, "scheduling for " + nextTimeUs + " and " + nowUs); in notifyTimedEvent()5441 scheduleNotification(NOTIFY_TIME, nextTimeUs - nowUs); in notifyTimedEvent()