Home
last modified time | relevance | path

Searched refs:NAME_LENGTH (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/codec/interfaces/include/
H A Dcodec_component_type.h151 #define NAME_LENGTH 32 /** Size of the component name. */ macro
156 char compName[NAME_LENGTH]; /** Codec component name. */
204 char compName[NAME_LENGTH]; /** The name of the component */
H A Dcodec_type.h303 #define NAME_LENGTH 32 /** Size of the component name. */ macro
307 char name[NAME_LENGTH]; /**< Codec name char string */
/drivers/peripheral/input/udriver/include/
H A Dinput_device_manager.h41 #define NAME_LENGTH (128) macro
/drivers/peripheral/codec/hal/src/
H A Dcodec_config_parser.c256 if (compName == NULL || strlen(compName) >= NAME_LENGTH || strlen(compName) == 0) { in GetOneCapability()
260 int32_t ret = strcpy_s(cap->compName, NAME_LENGTH, compName); in GetOneCapability()
H A Dcodec_types.c419 for (uint32_t i = 0; i < NAME_LENGTH; i++) { in CodecCompCapabilityBlockMarshalling()
457 for (uint32_t i = 0; i < NAME_LENGTH; i++) { in CodecCompCapabilityBlockUnmarshalling()
/drivers/peripheral/codec/hal/idl_service/src/
H A Dcomponent_node.cpp43 constexpr int NAME_LENGTH = 32; member
141 char name[NAME_LENGTH] = {0}; in GetComponentVersion()

Completed in 5 milliseconds