Home
last modified time | relevance | path

Searched refs:MAX_WAIT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecsendcommandhdi_fuzzer/
H A Dcodecsendcommand_fuzzer.cpp34 constexpr uint32_t MAX_WAIT = 50; variable
47 } while (state != objState && count <= MAX_WAIT); in WaitState()
/ohos5.0/drivers/peripheral/codec/test/unittest/idl_omx/
H A Dcodec_function_utils.h45 constexpr uint32_t MAX_WAIT = 50; variable
H A Dcodec_function_utils.cpp364 } while (state != objState && count <= MAX_WAIT); in WaitState()
/ohos5.0/drivers/peripheral/codec/test/unittest/hdi_omx/
H A Dcodec_hdi_omx_test.cpp52 constexpr uint32_t MAX_WAIT = 50; variable
201 } while (state != objState && count <= MAX_WAIT); in waitState()