Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h87 typedef void (*AllocationIoReceiveFnPtr) (RsContext, RsAllocation); typedef
159 AllocationIoReceiveFnPtr AllocationIoReceive;
DRenderScript.cpp403 …RS::dispatch->AllocationIoReceive = (AllocationIoReceiveFnPtr)dlsym(handle, "rsAllocationIoReceive… in loadSymbols()