Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/default/
DContext.cpp106 uintptr_t _ptr = hidl_to_rs<uintptr_t>(ptr); in allocationCreateTyped() local
107 …cation _allocation = Device::getHal().AllocationCreateTyped(mContext, _type, _amips, _usage, _ptr); in allocationCreateTyped()