Home
last modified time | relevance | path

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

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