Home | History | Annotate | Download | only in libhardware

Lines Matching full:hmi

58  * return the dlopen handle and the hmi.
67 struct hw_module_t *hmi;
84 hmi = (struct hw_module_t *)dlsym(handle, sym);
85 if (hmi == NULL) {
92 if (strcmp(id, hmi->id) != 0) {
93 ALOGE("load: id=%s != hmi->id=%s", id, hmi->id);
98 hmi->dso = handle;
105 hmi = NULL;
111 ALOGV("loaded HAL id=%s path=%s hmi=%p handle=%p",
115 *pHmi = hmi;
125 const struct hw_module_t *hmi = NULL;