Home
last modified time | relevance | path

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

/drivers/peripheral/codec/hal/include/
Dcodec_internal.h50 CMD_COMPONENT_ROLE_ENUM, enumerator
/drivers/peripheral/codec/hal/src/
Dcodec_component_type_stub.c701 if (cmdId < 0 || cmdId > CMD_COMPONENT_ROLE_ENUM) { in CodecComponentTypeServiceOnRemoteRequest()
707 static SerStubFunc SerStubFuncList[CMD_COMPONENT_ROLE_ENUM + 1] = { in CodecComponentTypeServiceOnRemoteRequest()
Dcodec_component_type_proxy.c874 ret = CodecComponentTypeProxyCall(self, CMD_COMPONENT_ROLE_ENUM, data, reply); in CodecComponentTypeProxyComponentRoleEnum()