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

/hardware/ril/rild/
H A Drild.c104 void *dlHandle; local
245 dlHandle = dlopen(rilLibPath, RTLD_NOW);
247 if (dlHandle == NULL) {
254 rilInit = (const RIL_RadioFunctions *(*)(const struct RIL_Env *, int, char **))dlsym(dlHandle, "RIL_Init");

Completed in 475 milliseconds