Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h103 typedef int64_t (*AllocationIoReceiveFnPtr) (RsContext, RsAllocation); typedef
167 AllocationIoReceiveFnPtr AllocationIoReceive;
DrsDispatch.cpp57 …dispatchTab.AllocationIoReceive = (AllocationIoReceiveFnPtr)dlsym(handle, "rsAllocationIoReceive"); in loadSymbols()