Home
last modified time | relevance | path

Searched refs:AllocationShareBufferQueue (Results 1 – 6 of 6) sorted by relevance

/frameworks/rs/
DrsHidlAdaptation.h103 …static void AllocationShareBufferQueue(RsContext context, RsAllocation valloc1, RsAllocation vallo…
Drs.spec89 AllocationShareBufferQueue {
DrsHidlAdaptation.cpp116 mEntryFuncs.AllocationShareBufferQueue = AllocationShareBufferQueue; in LoadDispatchForHidl()
1070 void RsHidlAdaptation::AllocationShareBufferQueue(RsContext context, RsAllocation valloc1, RsAlloca… in AllocationShareBufferQueue() function in RsHidlAdaptation
DrsApiStubs.cpp372 RS_DISPATCH(ctxWrapper, AllocationShareBufferQueue, alloc1, alloc2); in rsAllocationShareBufferQueue()
/frameworks/rs/cpp/
DrsDispatch.cpp63 …dispatchTab.AllocationShareBufferQueue = (AllocationShareBufferQueueFnPtr)dlsym(handle, "rsAllocat… in loadSymbols()
DrsDispatch.h174 AllocationShareBufferQueueFnPtr AllocationShareBufferQueue; member