Home
last modified time | relevance | path

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

/frameworks/rs/
DrsContext.cpp259 HalSig halInit = (HalSig) dlsym(driverSO, "rsdHalInit"); in threadProc() local
262 if (halInit == NULL) { in threadProc()
264 halInit = (HalSig) dlsym(driverSO, in threadProc()
268 if (halInit == NULL) { in threadProc()
275 if (!(*halInit)(rsc, 0, 0)) { in threadProc()