Searched refs:nextTimeUs (Results 1 – 1 of 1) sorted by relevance
5755 long nextTimeUs = nowUs; in notifyTimedEvent() local5791 } else if (nextTimeUs == nowUs || mTimes[ix] < nextTimeUs) { in notifyTimedEvent()5792 nextTimeUs = mTimes[ix]; in notifyTimedEvent()5796 if (nextTimeUs > nowUs && !mPaused) { in notifyTimedEvent()5798 if (DEBUG) Log.d(TAG, "scheduling for " + nextTimeUs + " and " + nowUs); in notifyTimedEvent()5799 mPlayer.notifyAt(nextTimeUs); in notifyTimedEvent()