Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp48 const int64_t PlaylistFetcher::kMinBufferedDurationUs = 30000000ll;
49 const int64_t PlaylistFetcher::kMaxMonitorDelayUs = 3000000ll;
51 const int32_t PlaylistFetcher::kDownloadBlockSize = 47 * 1024;
53 struct PlaylistFetcher::DownloadState : public RefBase {
82 PlaylistFetcher::DownloadState::DownloadState() { in DownloadState()
86 bool PlaylistFetcher::DownloadState::hasSavedState() const { in hasSavedState()
90 void PlaylistFetcher::DownloadState::resetState() { in resetState()
101 void PlaylistFetcher::DownloadState::restoreState( in restoreState()
122 void PlaylistFetcher::DownloadState::saveState( in saveState()
139 PlaylistFetcher::PlaylistFetcher( in PlaylistFetcher() function in android::PlaylistFetcher
[all …]
DPlaylistFetcher.h36 struct PlaylistFetcher : public AHandler { struct
56 PlaylistFetcher( argument
89 virtual ~PlaylistFetcher(); argument
253 DISALLOW_EVIL_CONSTRUCTORS(PlaylistFetcher);
DLiveSession.h38 struct PlaylistFetcher;
121 friend struct PlaylistFetcher;
153 sp<PlaylistFetcher> mFetcher;
254 sp<PlaylistFetcher> addFetcher(const char *uri);
DLiveSession.cpp660 case PlaylistFetcher::kWhatStarted: in onMessageReceived()
662 case PlaylistFetcher::kWhatPaused: in onMessageReceived()
663 case PlaylistFetcher::kWhatStopped: in onMessageReceived()
675 what == PlaylistFetcher::kWhatPaused ? in onMessageReceived()
678 if (what == PlaylistFetcher::kWhatStopped) { in onMessageReceived()
682 } else if (what == PlaylistFetcher::kWhatPaused) { in onMessageReceived()
702 case PlaylistFetcher::kWhatDurationUpdate: in onMessageReceived()
718 case PlaylistFetcher::kWhatTargetDurationUpdate: in onMessageReceived()
728 case PlaylistFetcher::kWhatError: in onMessageReceived()
740 const sp<PlaylistFetcher> &fetcher = mFetcherInfos.valueAt(i).mFetcher; in onMessageReceived()
[all …]
DAndroid.mk10 PlaylistFetcher.cpp \