Lines Matching refs:AnotherPacketSource
85 sp<AnotherPacketSource> getSource(SourceType type);
175 sp<AnotherPacketSource> getSource(SourceType type);
200 sp<AnotherPacketSource> mSource;
283 void ATSParser::SyncEvent::init(off64_t offset, const sp<AnotherPacketSource> &source, in init()
864 sp<AnotherPacketSource> ATSParser::Program::getSource(SourceType type) { in getSource()
866 sp<AnotherPacketSource> source = mStreams.editValueAt(i)->getSource(type); in getSource()
1049 mSource = new AnotherPacketSource(meta); in Stream()
1884 mSource = new AnotherPacketSource(meta); in onPayloadData()
1937 sp<AnotherPacketSource> ATSParser::Stream::getSource(SourceType type) { in getSource()
2407 sp<AnotherPacketSource> ATSParser::getSource(SourceType type) { in getSource()
2408 sp<AnotherPacketSource> firstSourceFound; in getSource()
2411 sp<AnotherPacketSource> source = program->getSource(type); in getSource()