Searched refs:flushCodec (Results 1 – 10 of 10) sorted by relevance
280 flushCodec(); in testFlush()285 flushCodec(); in testFlush()296 flushCodec(); in testFlush()309 flushCodec(); in testFlush()
82 void flushCodec() { in flushCodec() method in CodecEncoderTest83 super.flushCodec(); in flushCodec()385 flushCodec(); in testFlush()394 flushCodec(); in testFlush()416 flushCodec(); in testFlush()
389 flushCodec(); in testFlush()394 flushCodec(); in testFlush()407 flushCodec(); in testFlush()422 flushCodec(); in testFlush()
613 void flushCodec() { in flushCodec() method in CodecTestBase1146 void flushCodec() { in flushCodec() method in CodecEncoderTestBase1147 super.flushCodec(); in flushCodec()
190 flushCodec(); in tryFlushInInvalidState()538 flushCodec(); in testConfigureInFlushState()760 flushCodec(); in testFlushInRunningState()
431 if (!flushCodec()) return false; in testFlush()438 if (!flushCodec()) return false; in testFlush()450 if (!flushCodec()) return false; in testFlush()467 if (!flushCodec()) return false; in testFlush()
58 bool flushCodec() override;208 bool CodecEncoderTest::flushCodec() { in flushCodec() function in CodecEncoderTest209 bool isOk = CodecTestBase::flushCodec(); in flushCodec()490 if (!flushCodec()) return false; in testFlush()501 if (!flushCodec()) return false; in testFlush()521 if (!flushCodec()) return false; in testFlush()
149 virtual bool flushCodec();
281 if (!flushCodec()) return false; in testConfigureInRunningState()456 if (flushCodec()) { in testFlushInInitState()472 if (!flushCodec()) return false; in testFlushInRunningState()494 if (flushCodec()) { in testFlushInUnInitState()501 if (flushCodec()) { in testFlushInUnInitState()
378 bool CodecTestBase::flushCodec() { in flushCodec() function in CodecTestBase