Home
last modified time | relevance | path

Searched refs:PlaylistFetcher (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp54 const int64_t PlaylistFetcher::kMinBufferedDurationUs = 30000000LL;
55 const int64_t PlaylistFetcher::kMaxMonitorDelayUs = 3000000LL;
57 const int32_t PlaylistFetcher::kDownloadBlockSize = 47 * 1024;
59 struct PlaylistFetcher::DownloadState : public RefBase {
88 PlaylistFetcher::DownloadState::DownloadState() { in DownloadState()
92 bool PlaylistFetcher::DownloadState::hasSavedState() const { in hasSavedState()
96 void PlaylistFetcher::DownloadState::resetState() { in resetState()
107 void PlaylistFetcher::DownloadState::restoreState( in restoreState()
128 void PlaylistFetcher::DownloadState::saveState( in saveState()
145 PlaylistFetcher::PlaylistFetcher( in PlaylistFetcher() function in android::PlaylistFetcher
[all …]
DPlaylistFetcher.h37 struct PlaylistFetcher : public AHandler { struct
57 PlaylistFetcher( argument
90 virtual ~PlaylistFetcher(); argument
261 DISALLOW_EVIL_CONSTRUCTORS(PlaylistFetcher);
DLiveSession.h39 struct PlaylistFetcher;
124 friend struct PlaylistFetcher;
155 sp<PlaylistFetcher> mFetcher;
256 sp<PlaylistFetcher> addFetcher(const char *uri);
DLiveSession.cpp674 case PlaylistFetcher::kWhatStarted: in onMessageReceived()
676 case PlaylistFetcher::kWhatPaused: in onMessageReceived()
677 case PlaylistFetcher::kWhatStopped: in onMessageReceived()
689 what == PlaylistFetcher::kWhatPaused ? in onMessageReceived()
692 if (what == PlaylistFetcher::kWhatStopped) { in onMessageReceived()
696 } else if (what == PlaylistFetcher::kWhatPaused) { in onMessageReceived()
716 case PlaylistFetcher::kWhatDurationUpdate: in onMessageReceived()
732 case PlaylistFetcher::kWhatTargetDurationUpdate: in onMessageReceived()
742 case PlaylistFetcher::kWhatError: in onMessageReceived()
754 const sp<PlaylistFetcher> &fetcher = mFetcherInfos.valueAt(i).mFetcher; in onMessageReceived()
[all …]
DAndroid.bp9 "PlaylistFetcher.cpp",