Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/hifi-dpf/app/
Dxa-factory.c51 typedef struct xf_component_id struct
94 static const xf_component_id_t xf_component_id[] = variable
138 #define XF_COMPONENT_ID_MAX (sizeof(xf_component_id) / sizeof(xf_component_id[0]))
152 if (!strncmp(id, xf_component_id[i].id, length)) in xf_component_factory()
155 return xf_component_id[i].factory(core, xf_component_id[i].process); in xf_component_factory()