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

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp53 struct PlaylistFetcher::DownloadState : public RefBase { struct in class:android::PlaylistFetcher
54 DownloadState();
82 PlaylistFetcher::DownloadState::DownloadState() { function in class:android::PlaylistFetcher::DownloadState
86 bool PlaylistFetcher::DownloadState::hasSavedState() const {
90 void PlaylistFetcher::DownloadState::resetState() {
101 void PlaylistFetcher::DownloadState::restoreState(
122 void PlaylistFetcher::DownloadState::saveState(
171 mDownloadState(new DownloadState()),

Completed in 429 milliseconds