Searched refs:AllocationIoReceive (Results 1 – 7 of 7) sorted by relevance
57 …dispatchTab.AllocationIoReceive = (AllocationIoReceiveFnPtr)dlsym(handle, "rsAllocationIoReceive"); in loadSymbols()411 if (dispatchTab.AllocationIoReceive == nullptr) { in loadSymbols()
167 AllocationIoReceiveFnPtr AllocationIoReceive; member
492 tryDispatch(mRS, RS::dispatch->AllocationIoReceive(mRS->getContext(), getID())); in ioGetInput()
100 static int64_t AllocationIoReceive(RsContext, RsAllocation);
540 AllocationIoReceive {
110 mEntryFuncs.AllocationIoReceive = AllocationIoReceive; in LoadDispatchForHidl()1036 int64_t RsHidlAdaptation::AllocationIoReceive (RsContext context, RsAllocation allocation) in AllocationIoReceive() function in RsHidlAdaptation
509 return RS_DISPATCH(ctxWrapper, AllocationIoReceive, alloc); in rsAllocationIoReceive()