Searched refs:hasSource (Results 1 – 4 of 4) sorted by relevance
135 if (mParser->hasSource(mediaType[i])) { in TEST_P()159 if (mParser->hasSource(currentMediaType)) { in TEST_P()
131 bool hasSource(SourceType type) const;
86 bool hasSource(SourceType type) const;796 bool ATSParser::Program::hasSource(SourceType type) const { in hasSource() function in android::ATSParser::Program2272 if (program->hasSource(AUDIO)) { in getSource()2279 if (program->hasSource(VIDEO)) { in getSource()2293 bool ATSParser::hasSource(SourceType type) const { in hasSource() function in android::ATSParser2296 if (program->hasSource(type)) { in hasSource()
1496 if (!mTSParser->hasSource(srcType)) { in onDownloadNext()