Lines Matching refs:AnotherPacketSource
40 AnotherPacketSource::AnotherPacketSource(const sp<MetaData> &meta) in AnotherPacketSource() function in android::AnotherPacketSource
55 void AnotherPacketSource::setFormat(const sp<MetaData> &meta) { in setFormat()
83 AnotherPacketSource::~AnotherPacketSource() { in ~AnotherPacketSource()
86 status_t AnotherPacketSource::start(MetaData * /* params */) { in start()
90 status_t AnotherPacketSource::stop() { in stop()
94 sp<MetaData> AnotherPacketSource::getFormat() { in getFormat()
117 status_t AnotherPacketSource::dequeueAccessUnit(sp<ABuffer> *buffer) { in dequeueAccessUnit()
161 void AnotherPacketSource::requeueAccessUnit(const sp<ABuffer> &buffer) { in requeueAccessUnit()
167 status_t AnotherPacketSource::read( in read()
276 bool AnotherPacketSource::wasFormatChange( in wasFormatChange()
289 void AnotherPacketSource::queueAccessUnit(const sp<ABuffer> &buffer) { in queueAccessUnit()
345 void AnotherPacketSource::clear() { in clear()
360 void AnotherPacketSource::queueDiscontinuity( in queueDiscontinuity()
409 void AnotherPacketSource::signalEOS(status_t result) { in signalEOS()
417 bool AnotherPacketSource::hasBufferAvailable(status_t *finalResult) { in hasBufferAvailable()
431 bool AnotherPacketSource::hasDataBufferAvailable(status_t *finalResult) { in hasDataBufferAvailable()
449 size_t AnotherPacketSource::getAvailableBufferCount(status_t *finalResult) { in getAvailableBufferCount()
463 int64_t AnotherPacketSource::getBufferedDurationUs(status_t *finalResult) { in getBufferedDurationUs()
480 int64_t AnotherPacketSource::getEstimatedBufferDurationUs() { in getEstimatedBufferDurationUs()
505 status_t AnotherPacketSource::nextBufferTime(int64_t *timeUs) { in nextBufferTime()
520 bool AnotherPacketSource::isFinished(int64_t duration) const { in isFinished()
531 sp<AMessage> AnotherPacketSource::getLatestEnqueuedMeta() { in getLatestEnqueuedMeta()
536 sp<AMessage> AnotherPacketSource::getLatestDequeuedMeta() { in getLatestDequeuedMeta()
541 void AnotherPacketSource::enable(bool enable) { in enable()
550 sp<AMessage> AnotherPacketSource::getMetaAfterLastDequeued(int64_t delayUs) { in getMetaAfterLastDequeued()
585 void AnotherPacketSource::trimBuffersAfterMeta( in trimBuffersAfterMeta()
644 sp<AMessage> AnotherPacketSource::trimBuffersBeforeMeta( in trimBuffersBeforeMeta()