Searched refs:ipCoreDescriptor (Results 1 – 2 of 2) sorted by relevance
41 ipCoreDescriptor = NULL; in OmxComponentBase()182 if (ipCoreDescriptor) in ConstructBaseComponent()184 oscl_free(ipCoreDescriptor); in ConstructBaseComponent()185 ipCoreDescriptor = NULL; in ConstructBaseComponent()188 ipCoreDescriptor = (CoreDescriptorType*) oscl_malloc(sizeof(CoreDescriptorType)); in ConstructBaseComponent()189 if (NULL == ipCoreDescriptor) in ConstructBaseComponent()194 ipCoreDescriptor->pMessageQueue = NULL; in ConstructBaseComponent()195 ipCoreDescriptor->pMessageQueue = (QueueType*) oscl_malloc(sizeof(QueueType)); in ConstructBaseComponent()196 if (NULL == ipCoreDescriptor->pMessageQueue) in ConstructBaseComponent()201 if (OMX_ErrorNone != QueueInit(ipCoreDescriptor->pMessageQueue)) in ConstructBaseComponent()[all …]
456 CoreDescriptorType* ipCoreDescriptor; variable