Lines Matching refs:componentId
42 static void AddDeathRecipientForService(struct CodecCallbackType *callbacks, uint32_t componentId, in AddDeathRecipientForService() argument
45 bool needAdd = RegisterService(callbacks, componentId, codecNode); in AddDeathRecipientForService()
67 if (pos != NULL && tempId == pos->componentId) { in GetNextComponentId()
94 static int32_t OmxManagerDestroyComponent(uint32_t componentId) in OmxManagerDestroyComponent() argument
96 CODEC_LOGI("service impl, %{public}d!", componentId); in OmxManagerDestroyComponent()
109 if (pos == NULL || componentId != pos->componentId) { in OmxManagerDestroyComponent()
120 RemoveDestoryedComponent(componentId); in OmxManagerDestroyComponent()
134 …anagerCreateComponent(struct CodecComponentType **component, uint32_t *componentId, char *compName, in OmxManagerCreateComponent() argument
168 OmxManagerDestroyComponent(*componentId); in OmxManagerCreateComponent()
176 *componentId = GetNextComponentId(); in OmxManagerCreateComponent()
181 node->componentId = *componentId; in OmxManagerCreateComponent()
183 CODEC_LOGI("componentId:%{public}d", node->componentId); in OmxManagerCreateComponent()
184 AddDeathRecipientForService(callbacks, *componentId, codecNode); in OmxManagerCreateComponent()