Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp176 mDownloadState(new DownloadState()), in PlaylistFetcher()
640 mDownloadState->hasSavedState() in onMessageReceived()
777 mDownloadState->resetState(); in onStart()
804 mDownloadState->resetState(); in onStop()
850 if (!mDownloadState->hasSavedState()) { in onMonitorQueue()
1325 if (mDownloadState->hasSavedState()) { in onDownloadNext()
1326 mDownloadState->restoreState( in onDownloadNext()
1452 mDownloadState->saveState( in onDownloadNext()
DPlaylistFetcher.h187 sp<DownloadState> mDownloadState; member