Home
last modified time | relevance | path

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

/frameworks/av/media/bufferpool/2.0/tests/
Dallocator.cpp128 Params ashmemParams; in allocate() local
129 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() local
208 params->assign(ashmemParams.array, ashmemParams.array + sizeof(ashmemParams)); in getTestAllocatorParams()
/frameworks/av/media/bufferpool/1.0/vts/
Dallocator.cpp128 Params ashmemParams; in allocate() local
129 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() local
208 params->assign(ashmemParams.array, ashmemParams.array + sizeof(ashmemParams)); in getTestAllocatorParams()