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

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp172 mDownloadState(new DownloadState()),
626 mDownloadState->hasSavedState()
763 mDownloadState->resetState();
790 mDownloadState->resetState();
836 if (!mDownloadState->hasSavedState()) {
1310 if (mDownloadState->hasSavedState()) {
1311 mDownloadState->restoreState(
1437 mDownloadState->saveState(
H A DPlaylistFetcher.h187 sp<DownloadState> mDownloadState; member in struct:android::PlaylistFetcher

Completed in 60 milliseconds