Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h98 typedef void (*AllocationIoReceiveFnPtr) (RsContext, RsAllocation); typedef
182 AllocationIoReceiveFnPtr AllocationIoReceive;
DrsDispatch.cpp353 …dispatchTab.AllocationIoReceive = (AllocationIoReceiveFnPtr)dlsym(handle, "rsAllocationIoReceive"); in loadSymbols()