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