Searched refs:hasSource (Results 1 – 3 of 3) sorted by relevance
117 bool hasSource(SourceType type) const;
71 bool hasSource(SourceType type) const;540 bool ATSParser::Program::hasSource(SourceType type) const { in hasSource() function in android::ATSParser::Program1519 if (program->hasSource(AUDIO)) { in getSource()1526 if (program->hasSource(VIDEO)) { in getSource()1540 bool ATSParser::hasSource(SourceType type) const { in hasSource() function in android::ATSParser1543 if (program->hasSource(type)) { in hasSource()
1388 if (!mTSParser->hasSource(srcType)) { in onDownloadNext()