Searched refs:hasSource (Results 1 – 3 of 3) sorted by relevance
128 bool hasSource(SourceType type) const;
76 bool hasSource(SourceType type) const;649 bool ATSParser::Program::hasSource(SourceType type) const { in hasSource() function in android::ATSParser::Program2018 if (program->hasSource(AUDIO)) { in getSource()2025 if (program->hasSource(VIDEO)) { in getSource()2039 bool ATSParser::hasSource(SourceType type) const { in hasSource() function in android::ATSParser2042 if (program->hasSource(type)) { in hasSource()
1467 if (!mTSParser->hasSource(srcType)) { in onDownloadNext()