Searched refs:hmi (Results 1 - 1 of 1) sorted by relevance

/system/bt/btcore/src/
H A Dhal_util.c54 struct hw_module_t *hmi = (struct hw_module_t *)dlsym(handle, sym); local
55 if (!hmi) {
61 if (strcmp(id, hmi->id) != 0) {
62 HULOGERR("id=%s does not match HAL module ID: %s", id, hmi->id);
66 hmi->dso = handle;
70 LOG_TAG, "[%s] loaded HAL id=%s path=%s hmi=%p handle=%p",
71 __func__, id, kBluetoothLibraryName, hmi, handle);
73 *module = hmi;

Completed in 287 milliseconds