Lines Matching refs:isAsync
388 for (boolean isAsync : boolStates) { in testSimpleDecode()
393 configureCodec(format, isAsync, eosType, false); in testSimpleDecode()
491 for (boolean isAsync : boolStates) { in testFlush()
492 if (isAsync) continue; // TODO(b/147576107) in testFlush()
494 configureCodec(format, isAsync, true, false); in testFlush()
639 for (boolean isAsync : boolStates) { in testReconfigure()
643 configureCodec(format, isAsync, true, false); in testReconfigure()
654 reConfigureCodec(format, !isAsync, false, false); in testReconfigure()
658 reConfigureCodec(format, !isAsync, false, false); in testReconfigure()
670 reConfigureCodec(format, isAsync, true, false); in testReconfigure()
688 reConfigureCodec(format, !isAsync, false, false); in testReconfigure()
708 reConfigureCodec(newFormat, isAsync, false, false); in testReconfigure()
754 for (boolean isAsync : boolStates) { in testOnlyEos()
755 configureCodec(format, isAsync, false, false); in testOnlyEos()
828 for (boolean isAsync : boolStates) { in testSimpleDecodeQueueCSD()
833 configureCodec(fmt, isAsync, eosMode, false); in testSimpleDecodeQueueCSD()
912 for (boolean isAsync : boolStates) { in testDecodePartialFrame()
915 configureCodec(format, isAsync, true, false); in testDecodePartialFrame()