Home
last modified time | relevance | path

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

/frameworks/rs/driver/
DrsdCore.cpp291 static sAllocationIoSendFnPtr sAllocationIoSend; variable
306 sAllocationIoSend = (sAllocationIoSendFnPtr)dlsym(handleIO, "rscAllocationIoSend"); in loadIOSuppLibSyms()
307 if (sAllocationIoSend==nullptr) { in loadIOSuppLibSyms()
326 rsc->mHal.funcs.allocation.ioSend = sAllocationIoSend; in rsdHalInit()