Home
last modified time | relevance | path

Searched refs:stopParams (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp540 sp<AMessage> &stopParams, int64_t delayUs, bool *needResumeUntil) { in checkSwitchProgress() argument
542 CHECK(stopParams->findString("uri", &newUri)); in checkSwitchProgress()
604 stopParams->setInt32("discontinuitySeq", startTime.mSeq); in checkSwitchProgress()
605 stopParams->setInt64(getKeyForStream(stream), startTime.mTimeUs); in checkSwitchProgress()
851 sp<AMessage> stopParams = msg; in onMessageReceived() local
852 if (checkSwitchProgress(stopParams, delayUs, &needResumeUntil)) { in onMessageReceived()
875 info.mFetcher->resumeUntilAsync(stopParams); in onMessageReceived()