Searched refs:hasSource (Results 1 – 3 of 3) sorted by relevance
130 bool hasSource(SourceType type) const;
85 bool hasSource(SourceType type) const;660 bool ATSParser::Program::hasSource(SourceType type) const { in hasSource() function in android::ATSParser::Program2062 if (program->hasSource(AUDIO)) { in getSource()2069 if (program->hasSource(VIDEO)) { in getSource()2083 bool ATSParser::hasSource(SourceType type) const { in hasSource() function in android::ATSParser2086 if (program->hasSource(type)) { in hasSource()
1482 if (!mTSParser->hasSource(srcType)) { in onDownloadNext()