Home
last modified time | relevance | path

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

/frameworks/rs/
DrsContext.cpp224 void *driverSO = NULL; in threadProc() local
234 driverSO = dlopen(OVERRIDE_RS_DRIVER_STRING, RTLD_LAZY); in threadProc()
235 if (driverSO == NULL) { in threadProc()
247 if (driverSO == NULL) { in threadProc()
248 driverSO = dlopen("libRSDriver.so", RTLD_LAZY); in threadProc()
249 if (driverSO == NULL) { in threadProc()
259 HalSig halInit = (HalSig) dlsym(driverSO, "rsdHalInit"); in threadProc()
264 halInit = (HalSig) dlsym(driverSO, in threadProc()
270 dlclose(driverSO); in threadProc()
277 dlclose(driverSO); in threadProc()