Searched defs:DownloadState (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp57 struct PlaylistFetcher::DownloadState : public RefBase { struct in class:android::PlaylistFetcher
58 DownloadState();
86 PlaylistFetcher::DownloadState::DownloadState() { function in class:android::PlaylistFetcher::DownloadState
90 bool PlaylistFetcher::DownloadState::hasSavedState() const {
94 void PlaylistFetcher::DownloadState::resetState() {
105 void PlaylistFetcher::DownloadState::restoreState(
126 void PlaylistFetcher::DownloadState::saveState(
176 mDownloadState(new DownloadState()),

Completed in 73 milliseconds