Home
last modified time | relevance | path

Searched defs:compName (Results 1 – 7 of 7) sorted by relevance

/drivers/peripheral/codec/hal/src/
Dcodec_component_type_service.c22 int32_t OmxManagerCreateComponent(OMX_HANDLETYPE *compHandle, char *compName, void *appData, int32_… in OmxManagerCreateComponent()
36 char* compName, union OMX_VERSIONTYPE *compVersion, union OMX_VERSIONTYPE *specVersion, in CodecComponentTypeGetComponentVersion()
Dcodec_component_manager_proxy.c122 static int32_t CreateComponent(struct CodecComponentType **component, char *compName, void *appData, in CreateComponent()
Dcodec_component_type_stub.c58 static int32_t ReadParamsForCreateComponent(struct HdfSBuf *data, char **compName, int8_t **appData, in ReadParamsForCreateComponent()
106 char *compName = NULL; in SerStubCreateComponent() local
154 char compName[COMPONENT_NAME_LENGTH] = {0}; in SerStubGetComponentVersion() local
Dcodec_config_parser.c246 const char *compName = NULL; in GetOneCapability() local
Dcodec_component_type_proxy.c69 static int32_t ReadValuesForGetComponentVersion(struct HdfSBuf *reply, char *compName, in ReadValuesForGetComponentVersion()
120 …int32_t CodecComponentTypeProxyGetComponentVersion(struct CodecComponentType *self, char *compName, in CodecComponentTypeProxyGetComponentVersion()
/drivers/peripheral/codec/test/unittest/hdi_omx/
Dcodec_hdi_omx_test.cpp187 char compName[componentNameLength]; variable
/drivers/peripheral/codec/interfaces/include/
Dcodec_component_type.h226 char compName[NAME_LENGTH]; /**< Codec name char string */ member