Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/cpp/
H A DrsDispatch.h103 typedef int64_t (*AllocationIoReceiveFnPtr) (RsContext, RsAllocation); typedef
167 AllocationIoReceiveFnPtr AllocationIoReceive;
H A DrsDispatch.cpp57 …dispatchTab.AllocationIoReceive = (AllocationIoReceiveFnPtr)dlsym(handle, "rsAllocationIoReceive"); in loadSymbols()
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DDevice.cpp127 .AllocationIoReceive = (AllocationIoReceiveFnPtr)dlsym(handle, "rsAllocationIoReceive"), in loadHAL()