Searched refs:nextTimeUs (Results 1 – 1 of 1) sorted by relevance
6099 long nextTimeUs = nowUs; in notifyTimedEvent() local6135 } else if (nextTimeUs == nowUs || mTimes[ix] < nextTimeUs) { in notifyTimedEvent()6136 nextTimeUs = mTimes[ix]; in notifyTimedEvent()6140 if (nextTimeUs > nowUs && !mPaused) { in notifyTimedEvent()6142 if (DEBUG) Log.d(TAG, "scheduling for " + nextTimeUs + " and " + nowUs); in notifyTimedEvent()6143 mPlayer.notifyAt(nextTimeUs); in notifyTimedEvent()