Home | History | Annotate | Download | only in libhardware

Lines Matching refs:id

61 static int load(const char *id,
91 /* Check that the id matches */
92 if (strcmp(id, hmi->id) != 0) {
93 ALOGE("load: id=%s != hmi->id=%s", id, hmi->id);
111 ALOGV("loaded HAL id=%s path=%s hmi=%p handle=%p",
112 id, path, *pHmi, handle);
176 int hw_get_module(const char *id, const struct hw_module_t **module)
178 return hw_get_module_by_class(id, NULL, module);