Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/cpp/
H A DrsDispatch.h102 typedef void (*AllocationIoSendFnPtr) (RsContext, RsAllocation); typedef
168 AllocationIoSendFnPtr AllocationIoSend;
H A DrsDispatch.cpp58 dispatchTab.AllocationIoSend = (AllocationIoSendFnPtr)dlsym(handle, "rsAllocationIoSend"); in loadSymbols()
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DDevice.cpp128 .AllocationIoSend = (AllocationIoSendFnPtr)dlsym(handle, "rsAllocationIoSend"), in loadHAL()