Searched refs:PlaylistFetcher (Results 1 – 5 of 5) sorted by relevance
53 const int64_t PlaylistFetcher::kMinBufferedDurationUs = 30000000LL;54 const int64_t PlaylistFetcher::kMaxMonitorDelayUs = 3000000LL;56 const int32_t PlaylistFetcher::kDownloadBlockSize = 47 * 1024;58 struct PlaylistFetcher::DownloadState : public RefBase {87 PlaylistFetcher::DownloadState::DownloadState() { in DownloadState()91 bool PlaylistFetcher::DownloadState::hasSavedState() const { in hasSavedState()95 void PlaylistFetcher::DownloadState::resetState() { in resetState()106 void PlaylistFetcher::DownloadState::restoreState( in restoreState()127 void PlaylistFetcher::DownloadState::saveState( in saveState()144 PlaylistFetcher::PlaylistFetcher( in PlaylistFetcher() function in android::PlaylistFetcher[all …]
37 struct PlaylistFetcher : public AHandler { struct57 PlaylistFetcher( argument90 virtual ~PlaylistFetcher(); argument261 DISALLOW_EVIL_CONSTRUCTORS(PlaylistFetcher);
39 struct PlaylistFetcher;124 friend struct PlaylistFetcher;155 sp<PlaylistFetcher> mFetcher;256 sp<PlaylistFetcher> addFetcher(const char *uri);
673 case PlaylistFetcher::kWhatStarted: in onMessageReceived()675 case PlaylistFetcher::kWhatPaused: in onMessageReceived()676 case PlaylistFetcher::kWhatStopped: in onMessageReceived()688 what == PlaylistFetcher::kWhatPaused ? in onMessageReceived()691 if (what == PlaylistFetcher::kWhatStopped) { in onMessageReceived()695 } else if (what == PlaylistFetcher::kWhatPaused) { in onMessageReceived()715 case PlaylistFetcher::kWhatDurationUpdate: in onMessageReceived()731 case PlaylistFetcher::kWhatTargetDurationUpdate: in onMessageReceived()741 case PlaylistFetcher::kWhatError: in onMessageReceived()753 const sp<PlaylistFetcher> &fetcher = mFetcherInfos.valueAt(i).mFetcher; in onMessageReceived()[all …]
9 "PlaylistFetcher.cpp",