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

/frameworks/rs/
H A DrsContext.cpp248 // TODO: store the driverSO somewhere so we can dlclose later
249 void *driverSO = NULL; local
251 driverSO = dlopen(filename, RTLD_LAZY);
252 if (driverSO == NULL) {
260 HalSig halInit = (HalSig) dlsym(driverSO, "rsdHalInit");
265 halInit = (HalSig) dlsym(driverSO,
270 dlclose(driverSO);
276 dlclose(driverSO);

Completed in 34 milliseconds