Searched defs:DownloadState (Results 1 – 1 of 1) sorted by relevance
59 struct PlaylistFetcher::DownloadState : public RefBase { struct in android::PlaylistFetcher79 bool mHasSavedState;80 AString mUri;81 sp<AMessage> mItemMeta;82 sp<ABuffer> mBuffer;83 sp<ABuffer> mTsBuffer;84 int32_t mFirstSeqNumberInPlaylist;85 int32_t mLastSeqNumberInPlaylist;88 PlaylistFetcher::DownloadState::DownloadState() { in DownloadState() function in android::PlaylistFetcher::DownloadState