Lines Matching refs:componentId
42 static void AddDeathRecipientForService(struct CodecCallbackType *callbacks, uint32_t componentId, in AddDeathRecipientForService() argument
49 bool needAdd = RegisterService(callbacks, componentId, codecNode); in AddDeathRecipientForService()
71 if (pos != NULL && tempId == pos->componentId) { in GetNextComponentId()
98 static int32_t OmxManagerDestroyComponent(uint32_t componentId) in OmxManagerDestroyComponent() argument
100 CODEC_LOGI("service impl, %{public}d!", componentId); in OmxManagerDestroyComponent()
113 if (pos == NULL || componentId != pos->componentId) { in OmxManagerDestroyComponent()
124 RemoveDestoryedComponent(componentId); in OmxManagerDestroyComponent()
138 …anagerCreateComponent(struct CodecComponentType **component, uint32_t *componentId, char *compName, in OmxManagerCreateComponent() argument
172 OmxManagerDestroyComponent(*componentId); in OmxManagerCreateComponent()
180 *componentId = GetNextComponentId(); in OmxManagerCreateComponent()
185 node->componentId = *componentId; in OmxManagerCreateComponent()
187 CODEC_LOGI("componentId:%{public}d", node->componentId); in OmxManagerCreateComponent()
188 AddDeathRecipientForService(callbacks, *componentId, codecNode); in OmxManagerCreateComponent()