Searched refs:_offsets (Results 1 – 2 of 2) sorted by relevance
316 hidl_vec<uint32_t> _offsets; in TEST_F() local317 _offsets.setToExternal(offsets.data(), offsets.size()); in TEST_F()319 context->allocationAdapterOffset(allocationAdapter, _offsets); in TEST_F()
91 const hidl_vec<uint32_t>& _offsets = offsets; in allocationAdapterOffset() local92 …Device::getHal().AllocationAdapterOffset(mContext, _alloc, _offsets.data(), _offsets.size() * size… in allocationAdapterOffset()