Searched refs:mEOSResult (Results 1 – 2 of 2) sorted by relevance
47 mEOSResult(OK), in AnotherPacketSource()119 while (mEOSResult == OK && mBuffers.empty()) { in dequeueAccessUnit()156 return mEOSResult; in dequeueAccessUnit()170 while (mEOSResult == OK && mBuffers.empty()) { in read()257 return mEOSResult; in read()289 mEOSResult = OK; in queueAccessUnit()333 mEOSResult = OK; in clear()375 mEOSResult = OK; in queueDiscontinuity()397 mEOSResult = result; in signalEOS()411 *finalResult = mEOSResult; in hasBufferAvailable()[all …]
121 status_t mEOSResult; member