Home
last modified time | relevance | path

Searched refs:ROLE_MAX_LEN (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/codec/hal/idl_service/src/
H A Dcomponent_node.cpp44 constexpr int ROLE_MAX_LEN = 256; member
329 CHECK_AND_RETURN_RET_LOG(index < ROLE_MAX_LEN, HDF_ERR_INVALID_PARAM, "index is too large"); in ComponentRoleEnum() argument
330 uint8_t omxRole[ROLE_MAX_LEN] = {0}; in ComponentRoleEnum()
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcomponent_node.cpp25 constexpr int ROLE_MAX_LEN = 256; member
229 uint8_t omxRole[ROLE_MAX_LEN] = {0}; in ComponentRoleEnum()

Completed in 3 milliseconds