Searched defs:M3UParser (Results 1 – 2 of 2) sorted by relevance
28 struct M3UParser : public RefBase { struct47 struct Item {52 status_t mInitCheck;54 AString mBaseURI;55 bool mIsExtM3U;56 bool mIsVariantPlaylist;57 bool mIsComplete;58 bool mIsEvent;60 sp<AMessage> mMeta;84 DISALLOW_EVIL_CONSTRUCTORS(M3UParser); argument
29 M3UParser::M3UParser( in M3UParser() function in android::M3UParser