Home
last modified time | relevance | path

Searched refs:AllocationIoReceive (Results 1 – 7 of 7) sorted by relevance

/frameworks/rs/cpp/
DrsDispatch.cpp57 …dispatchTab.AllocationIoReceive = (AllocationIoReceiveFnPtr)dlsym(handle, "rsAllocationIoReceive"); in loadSymbols()
411 if (dispatchTab.AllocationIoReceive == nullptr) { in loadSymbols()
DrsDispatch.h167 AllocationIoReceiveFnPtr AllocationIoReceive; member
DAllocation.cpp492 tryDispatch(mRS, RS::dispatch->AllocationIoReceive(mRS->getContext(), getID())); in ioGetInput()
/frameworks/rs/
DrsHidlAdaptation.h100 static int64_t AllocationIoReceive(RsContext, RsAllocation);
Drs.spec540 AllocationIoReceive {
DrsHidlAdaptation.cpp110 mEntryFuncs.AllocationIoReceive = AllocationIoReceive; in LoadDispatchForHidl()
1036 int64_t RsHidlAdaptation::AllocationIoReceive (RsContext context, RsAllocation allocation) in AllocationIoReceive() function in RsHidlAdaptation
DrsApiStubs.cpp509 return RS_DISPATCH(ctxWrapper, AllocationIoReceive, alloc); in rsAllocationIoReceive()