Searched refs:RETRY_LIMIT (Results 1 – 5 of 5) sorted by relevance
195 if (retry > CodecTestBase.RETRY_LIMIT) throw new InterruptedException( in tryEncoderOutput()197 CodecTestBase.Q_DEQ_TIMEOUT_US * CodecTestBase.RETRY_LIMIT + in tryEncoderOutput()
183 static final int RETRY_LIMIT = 100; // max poll counter before test aborts and returns error field in CodecTestBase
267 if (retry > CodecTestBase.RETRY_LIMIT) { in tryEncoderOutput()270 CodecTestBase.RETRY_LIMIT + " us"); in tryEncoderOutput()
283 if (retry > CodecTestBase.RETRY_LIMIT) throw new InterruptedException( in tryEncoderOutput()285 CodecTestBase.Q_DEQ_TIMEOUT_US * CodecTestBase.RETRY_LIMIT + in tryEncoderOutput()
524 static final int RETRY_LIMIT = 100; // max poll counter before test aborts and returns error field in CodecTestBase