Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/default/
DContext.cpp71 RsAllocation _subAlloc = Device::getHal().AllocationAdapterCreate(mContext, _type, _baseAlloc); in allocationAdapterCreate() local
72 return rs_to_hidl<Allocation>(_subAlloc); in allocationAdapterCreate()
137 RsAllocation _subAlloc = hidl_to_rs<RsAllocation>(subAlloc); in allocationShareBufferQueue() local
138 Device::getHal().AllocationShareBufferQueue(mContext, _baseAlloc, _subAlloc); in allocationShareBufferQueue()