Home
last modified time | relevance | path

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

/frameworks/rs/driver/
DrsdCore.cpp287 typedef void (*sAllocationDestroyFnPtr) (const Context *rsc, Allocation *alloc); typedef
290 static sAllocationDestroyFnPtr sAllocationDestroy;
301 sAllocationDestroy = (sAllocationDestroyFnPtr)dlsym(handleIO, "rscAllocationDestroy"); in loadIOSuppLibSyms()