Searched refs:ashmemParams (Results 1 – 2 of 2) sorted by relevance
128 Params ashmemParams; in allocate() local129 memcpy(&ashmemParams, params.data(), std::min(sizeof(Params), params.size())); in allocate()133 AllocationAshmem::Alloc(ashmemParams.data.capacity)); in allocate()139 *allocSize = ashmemParams.data.capacity; in allocate()206 Params ashmemParams(kAllocationSize); in getTestAllocatorParams() local208 params->assign(ashmemParams.array, ashmemParams.array + sizeof(ashmemParams)); in getTestAllocatorParams()