Searched refs:AllocationIoReceiveFnPtr (Results 1 – 2 of 2) sorted by relevance
103 typedef int64_t (*AllocationIoReceiveFnPtr) (RsContext, RsAllocation); typedef167 AllocationIoReceiveFnPtr AllocationIoReceive;
57 …dispatchTab.AllocationIoReceive = (AllocationIoReceiveFnPtr)dlsym(handle, "rsAllocationIoReceive"); in loadSymbols()