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

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp171 mDownloadState(new DownloadState()),
576 mDownloadState->hasSavedState()
713 mDownloadState->resetState();
740 mDownloadState->resetState();
786 if (!mDownloadState->hasSavedState()) {
1231 if (mDownloadState->hasSavedState()) {
1232 mDownloadState->restoreState(
1358 mDownloadState->saveState(
H A DPlaylistFetcher.h183 sp<DownloadState> mDownloadState; member in struct:android::PlaylistFetcher

Completed in 470 milliseconds