Home
last modified time | relevance | path

Searched refs:hasSource (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/module/mpeg2ts/test/
DMpeg2tsUnitTest.cpp134 if (mParser->hasSource(mediaType[i])) { in TEST_P()
158 if (mParser->hasSource(currentMediaType)) { in TEST_P()
/frameworks/av/media/module/mpeg2ts/include/mpeg2ts/
DATSParser.h131 bool hasSource(SourceType type) const;
/frameworks/av/media/module/mpeg2ts/
DATSParser.cpp86 bool hasSource(SourceType type) const;
875 bool ATSParser::Program::hasSource(SourceType type) const { in hasSource() function in android::ATSParser::Program
2421 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::ATSParser
2445 if (program->hasSource(type)) { in hasSource()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java490 boolean hasSource() { in hasSource() method in WindowContainer.DeathRecipient
527 if (!deathRecipient.hasSource()) { in removeLocalInsetsFrameProvider()
/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp1496 if (!mTSParser->hasSource(srcType)) { in onDownloadNext()