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

/frameworks/rs/
H A DrsContext.cpp249 // TODO: store the driverSO somewhere so we can dlclose later
250 void *driverSO = NULL; local
252 driverSO = dlopen(filename, RTLD_LAZY);
253 if (driverSO == NULL) {
261 HalSig halInit = (HalSig) dlsym(driverSO, "rsdHalInit");
266 halInit = (HalSig) dlsym(driverSO,
271 dlclose(driverSO);
277 dlclose(driverSO);

Completed in 41 milliseconds