Lines Matching refs:hasSeenError
179 return !hasSeenError(); in enqueueCodecConfig()
215 return !hasSeenError(); in enqueueInput()
236 return !hasSeenError(); in dequeueOutput()
242 for (mCurrCsdIdx = 0; !hasSeenError() && isOk && mCurrCsdIdx < mCsdBuffers.size(); in queueCodecConfig()
261 return !hasSeenError() && isOk; in queueCodecConfig()
283 return !hasSeenError(); in decodeToMemory()
341 CHECK_ERR(hasSeenError(), log, "has seen error", isPass); in testSimpleDecode()
460 CHECK_ERR(hasSeenError(), log, "has seen error", isPass); in testFlush()
479 CHECK_ERR(hasSeenError(), log, "has seen error", isPass); in testFlush()
530 CHECK_ERR(hasSeenError(), log, "has seen error", isPass); in testOnlyEos()
605 CHECK_ERR(hasSeenError(), log, "has seen error", isPass); in testSimpleDecodeQueueCSD()