Home
last modified time | relevance | path

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

/drivers/peripheral/codec/hal/passthrough/include/
Dcodec_adapter_if.h49 int32_t CodecAdapterCreateComponent(struct CodecComponentNode **codecNode, const char *compName, in…
/drivers/peripheral/codec/hal/passthrough/src/
Dcodec_component_manager.c89 int32_t ret = CodecAdapterCreateComponent(&codecNode, compName, appData, callbacks); in ComponentManagerCreateComponent()
Dcodec_adapter.cpp48 int32_t CodecAdapterCreateComponent(struct CodecComponentNode **codecNode, const char *compName, in… in CodecAdapterCreateComponent() function