Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp179 mDownloadState(new DownloadState()), in PlaylistFetcher()
644 mDownloadState->hasSavedState() in onMessageReceived()
781 mDownloadState->resetState(); in onStart()
808 mDownloadState->resetState(); in onStop()
854 if (!mDownloadState->hasSavedState()) { in onMonitorQueue()
1339 if (mDownloadState->hasSavedState()) { in onDownloadNext()
1340 mDownloadState->restoreState( in onDownloadNext()
1466 mDownloadState->saveState( in onDownloadNext()
H A DPlaylistFetcher.h188 sp<DownloadState> mDownloadState; member