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