Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.h108 struct DownloadState;
188 sp<DownloadState> mDownloadState;
DPlaylistFetcher.cpp59 struct PlaylistFetcher::DownloadState : public RefBase { struct in android::PlaylistFetcher
60 DownloadState();
88 PlaylistFetcher::DownloadState::DownloadState() { in DownloadState() function in android::PlaylistFetcher::DownloadState
92 bool PlaylistFetcher::DownloadState::hasSavedState() const { in hasSavedState()
96 void PlaylistFetcher::DownloadState::resetState() { in resetState()
107 void PlaylistFetcher::DownloadState::restoreState( in restoreState()
128 void PlaylistFetcher::DownloadState::saveState( in saveState()
179 mDownloadState(new DownloadState()), in PlaylistFetcher()