Searched refs:mEOSResult (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp47 mEOSResult(OK),
119 while (mEOSResult == OK && mBuffers.empty()) {
156 return mEOSResult;
170 while (mEOSResult == OK && mBuffers.empty()) {
223 return mEOSResult;
255 mEOSResult = OK;
299 mEOSResult = OK;
339 mEOSResult = OK;
361 mEOSResult = result;
375 *finalResult = mEOSResult;
[all...]
H A DAnotherPacketSource.h117 status_t mEOSResult; member in struct:android::AnotherPacketSource

Completed in 51 milliseconds