Searched refs:nextTimeUs (Results 1 – 1 of 1) sorted by relevance
6033 long nextTimeUs = nowUs; in notifyTimedEvent() local6069 } else if (nextTimeUs == nowUs || mTimes[ix] < nextTimeUs) { in notifyTimedEvent()6070 nextTimeUs = mTimes[ix]; in notifyTimedEvent()6074 if (nextTimeUs > nowUs && !mPaused) { in notifyTimedEvent()6076 if (DEBUG) Log.d(TAG, "scheduling for " + nextTimeUs + " and " + nowUs); in notifyTimedEvent()6077 mPlayer.notifyAt(nextTimeUs); in notifyTimedEvent()