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;
187 sp<DownloadState> mDownloadState;
DPlaylistFetcher.cpp57 struct PlaylistFetcher::DownloadState : public RefBase { struct in android::PlaylistFetcher
58 DownloadState();
86 PlaylistFetcher::DownloadState::DownloadState() { in DownloadState() function in android::PlaylistFetcher::DownloadState
90 bool PlaylistFetcher::DownloadState::hasSavedState() const { in hasSavedState()
94 void PlaylistFetcher::DownloadState::resetState() { in resetState()
105 void PlaylistFetcher::DownloadState::restoreState( in restoreState()
126 void PlaylistFetcher::DownloadState::saveState( in saveState()
176 mDownloadState(new DownloadState()), in PlaylistFetcher()