Searched refs:signalEOS (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.h44 void signalEOS(status_t result);
H A DAnotherPacketSource.cpp119 void AnotherPacketSource::signalEOS(status_t result) { function in class:android::AnotherPacketSource
H A DMPEG2TSExtractor.cpp111 mImpl->signalEOS(err);
/frameworks/base/media/libstagefright/rtsp/
H A DAPacketSource.h44 void signalEOS(status_t result);
H A DARTPSession.cpp121 info->mPacketSource->signalEOS(UNKNOWN_ERROR);
146 info->mPacketSource->signalEOS(ERROR_END_OF_STREAM);
H A DMyHandler.h608 info->mPacketSource->signalEOS(ERROR_END_OF_STREAM);
730 track->mPacketSource->signalEOS(ERROR_END_OF_STREAM);
H A DAPacketSource.cpp745 void APacketSource::signalEOS(status_t result) { function in class:android::APacketSource
/frameworks/base/media/libstagefright/
H A DOMXCodec.cpp2383 bool signalEOS = false; local
2427 signalEOS = true;
2506 if (signalEOS) {

Completed in 84 milliseconds