Searched refs:hmi (Results 1 – 1 of 1) sorted by relevance
85 struct hw_module_t *hmi = NULL; in load() local119 hmi = (struct hw_module_t *)dlsym(handle, sym); in load()120 if (hmi == NULL) { in load()127 if (strcmp(id, hmi->id) != 0) { in load()128 ALOGE("load: id=%s != hmi->id=%s", id, hmi->id); in load()133 hmi->dso = handle; in load()140 hmi = NULL; in load()147 id, path, hmi, handle); in load()150 *pHmi = hmi; in load()