Searched defs:PlaylistFetcher (Results 1 – 2 of 2) sorted by relevance
37 struct PlaylistFetcher : public AHandler { struct57 PlaylistFetcher( argument90 virtual ~PlaylistFetcher(); argument94 enum {98 enum {110 static const int64_t kMaxMonitorDelayUs;111 static const int32_t kNumSkipFrames;117 sp<AMessage> mNotify;118 sp<AMessage> mStartTimeUsNotify;120 sp<HTTPDownloader> mHTTPDownloader;[all …]
145 PlaylistFetcher::PlaylistFetcher( in PlaylistFetcher() function in android::PlaylistFetcher