Searched refs:subAlloc (Results 1 – 3 of 3) sorted by relevance
53 * @return subAlloc AllocationAdapter57 generates (AllocationAdapter subAlloc);172 * TODO: clearly define baseAlloc vs subAlloc178 * @param subAlloc Allocation to use the same buffer queue as the Base182 allocationShareBufferQueue(Allocation baseAlloc, Allocation subAlloc);
65 Return<void> allocationShareBufferQueue(Allocation baseAlloc, Allocation subAlloc) override;
149 Return<void> Context::allocationShareBufferQueue(Allocation baseAlloc, Allocation subAlloc) { in allocationShareBufferQueue() argument151 RsAllocation _subAlloc = hidl_to_rs<RsAllocation>(subAlloc); in allocationShareBufferQueue()