Searched defs:baseAlloc (Results 1 - 1 of 1) sorted by relevance

/hardware/interfaces/renderscript/1.0/default/
H A DContext.cpp68 Return<Allocation> Context::allocationAdapterCreate(Type type, Allocation baseAlloc) { argument
70 RsAllocation _baseAlloc = hidl_to_rs<RsAllocation>(baseAlloc);
135 Return<void> Context::allocationShareBufferQueue(Allocation baseAlloc, Allocation subAlloc) { argument
136 RsAllocation _baseAlloc = hidl_to_rs<RsAllocation>(baseAlloc);

Completed in 11 milliseconds