Searched refs:hmi (Results 1 – 1 of 1) sorted by relevance
81 struct hw_module_t *hmi = NULL; in load() local115 hmi = (struct hw_module_t *)dlsym(handle, sym); in load()116 if (hmi == NULL) { in load()123 if (strcmp(id, hmi->id) != 0) { in load()124 ALOGE("load: id=%s != hmi->id=%s", id, hmi->id); in load()129 hmi->dso = handle; in load()136 hmi = NULL; in load()143 id, path, hmi, handle); in load()146 *pHmi = hmi; in load()