Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp171 mDownloadState(new DownloadState()), in PlaylistFetcher()
568 mDownloadState->hasSavedState() in onMessageReceived()
705 mDownloadState->resetState(); in onStart()
732 mDownloadState->resetState(); in onStop()
778 if (!mDownloadState->hasSavedState()) { in onMonitorQueue()
1217 if (mDownloadState->hasSavedState()) { in onDownloadNext()
1218 mDownloadState->restoreState( in onDownloadNext()
1344 mDownloadState->saveState( in onDownloadNext()
DPlaylistFetcher.h183 sp<DownloadState> mDownloadState; member