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