Searched refs:hasSource (Results 1 – 5 of 5) sorted by relevance
134 if (mParser->hasSource(mediaType[i])) { in TEST_P()158 if (mParser->hasSource(currentMediaType)) { in TEST_P()
131 bool hasSource(SourceType type) const;
86 bool hasSource(SourceType type) const;875 bool ATSParser::Program::hasSource(SourceType type) const { in hasSource() function in android::ATSParser::Program2421 if (program->hasSource(AUDIO)) { in getSource()2428 if (program->hasSource(VIDEO)) { in getSource()2442 bool ATSParser::hasSource(SourceType type) const { in hasSource() function in android::ATSParser2445 if (program->hasSource(type)) { in hasSource()
490 boolean hasSource() { in hasSource() method in WindowContainer.DeathRecipient527 if (!deathRecipient.hasSource()) { in removeLocalInsetsFrameProvider()
1496 if (!mTSParser->hasSource(srcType)) { in onDownloadNext()