Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/
H A Dcomponent_node.h134 uint32_t maxStateWaitCount = 100; variable
/ohos5.0/drivers/peripheral/codec/hal/idl_service/include/
H A Dcomponent_node.h97 uint32_t maxStateWaitCount = 100; variable
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcomponent_node.cpp563 while (*status != objState && count++ < maxStateWaitCount) { in WaitStateChange()
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcomponent_node.cpp677 while (status != objState && count < maxStateWaitCount) { in WaitStateChange()