Searched refs:SERVICE_CONSTRUCT_FUNC (Results 1 – 2 of 2) sorted by relevance
30 typedef void (*SERVICE_CONSTRUCT_FUNC)(struct CodecCallbackType *); typedef252 SERVICE_CONSTRUCT_FUNC serviceConstructFunc = NULL; in CodecCallbackTypeStubGetInstance()281 …serviceConstructFunc = (SERVICE_CONSTRUCT_FUNC)dlsym(stub->dlHandler, "CodecCallbackTypeServiceCon… in CodecCallbackTypeStubGetInstance()
27 typedef void (*SERVICE_CONSTRUCT_FUNC)(struct OmxComponentManager *); typedef