Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp179 mDownloadState(new DownloadState()), in PlaylistFetcher()
643 mDownloadState->hasSavedState() in onMessageReceived()
780 mDownloadState->resetState(); in onStart()
807 mDownloadState->resetState(); in onStop()
853 if (!mDownloadState->hasSavedState()) { in onMonitorQueue()
1338 if (mDownloadState->hasSavedState()) { in onDownloadNext()
1339 mDownloadState->restoreState( in onDownloadNext()
1465 mDownloadState->saveState( in onDownloadNext()
DPlaylistFetcher.h188 sp<DownloadState> mDownloadState; member