Home | History | Annotate | Download | only in libhardware

Lines Matching defs:hmi

69  * return the dlopen handle and the hmi.
78 struct hw_module_t *hmi = NULL;
102 hmi = (struct hw_module_t *)dlsym(handle, sym);
103 if (hmi == NULL) {
110 if (strcmp(id, hmi->id) != 0) {
111 ALOGE("load: id=%s != hmi->id=%s", id, hmi->id);
116 hmi->dso = handle;
123 hmi = NULL;
129 ALOGV("loaded HAL id=%s path=%s hmi=%p handle=%p",
133 *pHmi = hmi;