Home
last modified time | relevance | path

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

/frameworks/rs/
DrsContext.cpp258 typedef bool (*HalSig)(Context*, uint32_t, uint32_t); in threadProc() typedef
259 HalSig halInit = (HalSig) dlsym(driverSO, "rsdHalInit"); in threadProc()
264 halInit = (HalSig) dlsym(driverSO, in threadProc()