Searched refs:baseAlloc (Results 1 – 3 of 3) sorted by relevance
56 Return<Allocation> allocationAdapterCreate(Type type, Allocation baseAlloc) override;65 Return<void> allocationShareBufferQueue(Allocation baseAlloc, Allocation subAlloc) override;
82 Return<Allocation> Context::allocationAdapterCreate(Type type, Allocation baseAlloc) { in allocationAdapterCreate() argument84 RsAllocation _baseAlloc = hidl_to_rs<RsAllocation>(baseAlloc); in allocationAdapterCreate()149 Return<void> Context::allocationShareBufferQueue(Allocation baseAlloc, Allocation subAlloc) { in allocationShareBufferQueue() argument150 RsAllocation _baseAlloc = hidl_to_rs<RsAllocation>(baseAlloc); in allocationShareBufferQueue()
52 * @param baseAlloc Allocation56 allocationAdapterCreate(Type type, Allocation baseAlloc)172 * TODO: clearly define baseAlloc vs subAlloc177 * @param baseAlloc Base Allocation182 allocationShareBufferQueue(Allocation baseAlloc, Allocation subAlloc);