Searched refs:mEOSResult (Results 1 – 2 of 2) sorted by relevance
47 mEOSResult(OK), in AnotherPacketSource()121 while (mEOSResult == OK && mBuffers.empty()) { in dequeueAccessUnit()158 return mEOSResult; in dequeueAccessUnit()172 while (mEOSResult == OK && mBuffers.empty()) { in read()273 return mEOSResult; in read()305 mEOSResult = OK; in queueAccessUnit()349 mEOSResult = OK; in clear()391 mEOSResult = OK; in queueDiscontinuity()413 mEOSResult = result; in signalEOS()427 *finalResult = mEOSResult; in hasBufferAvailable()[all …]
121 status_t mEOSResult; member