Searched refs:ashmemParams (Results 1 – 1 of 1) sorted by relevance
146 Params ashmemParams; in allocate() local147 memcpy(&ashmemParams, params.data(), std::min(sizeof(Params), params.size())); in allocate()151 AllocationAshmem::Alloc(ashmemParams.data.capacity)); in allocate()157 *allocSize = ashmemParams.data.capacity; in allocate()242 Params ashmemParams(kAllocationSize); in getTestAllocatorParams() local244 params->assign(ashmemParams.array, ashmemParams.array + sizeof(ashmemParams)); in getTestAllocatorParams()248 Params ashmemParams(sizeof(IpcMutex)); in getIpcMutexParams() local250 params->assign(ashmemParams.array, ashmemParams.array + sizeof(ashmemParams)); in getIpcMutexParams()