Home
last modified time | relevance | path

Searched refs:valloc2 (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/
DrsHidlAdaptation.h103 …tic void AllocationShareBufferQueue(RsContext context, RsAllocation valloc1, RsAllocation valloc2);
DrsAllocation.cpp866 void rsi_AllocationShareBufferQueue(Context *rsc, RsAllocation valloc1, RsAllocation valloc2) { in rsi_AllocationShareBufferQueue() argument
868 Allocation *alloc2 = static_cast<Allocation *>(valloc2); in rsi_AllocationShareBufferQueue()
DrsHidlAdaptation.cpp1070 …aptation::AllocationShareBufferQueue(RsContext context, RsAllocation valloc1, RsAllocation valloc2) in AllocationShareBufferQueue() argument
1073 uint64_t _valloc2 = (uint64_t)(uintptr_t)valloc2; in AllocationShareBufferQueue()
/frameworks/rs/cpp/
DrsDispatch.h75 …(*AllocationShareBufferQueueFnPtr) (RsContext context, RsAllocation valloc1, RsAllocation valloc2);