Searched refs:lowi_handle (Results 1 – 1 of 1) sorted by relevance
273 void* lowi_handle = dlopen("/vendor/lib64/liblowi_wifihal.so", RTLD_NOW); in fetchLowiCbTableAndCapabilities() local275 void* lowi_handle = dlopen("/vendor/lib/liblowi_wifihal.so", RTLD_NOW); in fetchLowiCbTableAndCapabilities() local277 if (!lowi_handle) { in fetchLowiCbTableAndCapabilities()282 lowiCbTable = (getCbTable_t*)dlsym(lowi_handle, in fetchLowiCbTableAndCapabilities()295 if ((dlsym(lowi_handle, "lowi_wifihal_get_lowi_version") != NULL) && in fetchLowiCbTableAndCapabilities()337 if (dlsym(lowi_handle, "lowi_wifihal_get_lowi_capabilities") != NULL) { in fetchLowiCbTableAndCapabilities()