Searched refs:nextTime (Results 1 – 5 of 5) sorted by relevance
199 uint32_t nextTime = ImsMediaTimer::GetTimeInMilliSeconds(); in processBuffers() local202 IMLOGD1("[processBuffers] enter time[%u]", nextTime); in processBuffers()283 nextTime += INTERVAL_MILLIS; in processBuffers()286 if (nextTime > nCurrTime) in processBuffers()288 timeDiff = nextTime - nCurrTime; in processBuffers()
498 uint32_t nextTime = ImsMediaTimer::GetTimeInMilliSeconds(); in EncodePauseImage() local539 nextTime += timeInterval; in EncodePauseImage()542 if (nextTime > nCurrTime) in EncodePauseImage()544 uint32_t timeDiff = nextTime - nCurrTime; in EncodePauseImage()
114 val nextTime: Calendar = nextAlarm.alarmTime in run() constant116 nextTime[Calendar.HOUR_OF_DAY], nextTime[Calendar.MINUTE], cr) in run()
418 long nextTime = getNextTimerMs(currentTimeMs); in sendNextUpdateMessage() local419 if (nextTime != Long.MAX_VALUE) { in sendNextUpdateMessage()420 mHandler.sendEmptyMessageDelayed(MSG_UPDATE_ROW, nextTime - System.currentTimeMillis()); in sendNextUpdateMessage()
843 uint64_t nextTime = ImsMediaTimer::GetTimeInMicroSeconds(); in run() local855 nextTime += MESSAGE_PROCESSING_INTERVAL / mTimeFactor; in run()857 int64_t nTime = nextTime - nCurrTime; in run()