Searched refs:mStopParams (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp688 mStopParams.clear();
804 mStopParams = params;
1157 if (mStopParams != NULL) {
1158 // we should have kept on fetching until we hit the boundaries in mStopParams,
1361 if (!mStartup && mStopParams == NULL && bytesRead > 0
1864 if (mStopParams != NULL) {
1867 if (!mStopParams->findInt32("discontinuitySeq", &discontinuitySeq)
1869 || !mStopParams->findInt64(key, &stopTimeUs)
2158 if (mStopParams != NULL) {
2161 if (!mStopParams
[all...]
H A DPlaylistFetcher.h136 sp<AMessage> mStopParams; // message containing the latest timestamps we should fetch. member in struct:android::PlaylistFetcher

Completed in 53 milliseconds