Searched refs:DownloadState (Results 1 – 2 of 2) sorted by relevance
108 struct DownloadState;187 sp<DownloadState> mDownloadState;
53 struct PlaylistFetcher::DownloadState : public RefBase { struct in android::PlaylistFetcher54 DownloadState();82 PlaylistFetcher::DownloadState::DownloadState() { in DownloadState() function in android::PlaylistFetcher::DownloadState86 bool PlaylistFetcher::DownloadState::hasSavedState() const { in hasSavedState()90 void PlaylistFetcher::DownloadState::resetState() { in resetState()101 void PlaylistFetcher::DownloadState::restoreState( in restoreState()122 void PlaylistFetcher::DownloadState::saveState( in saveState()172 mDownloadState(new DownloadState()), in PlaylistFetcher()