Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/1.0/vts/functional/
DVtsHalSensorsV1_0TargetTest.cpp341 mapper2::IMapper::BufferDescriptorInfo buf_desc_info = { in SensorsTestSharedMemory() local
350 handle = const_cast<native_handle_t *>(mGrallocWrapper->allocate(buf_desc_info)); in SensorsTestSharedMemory()
353 static_cast<int32_t>(buf_desc_info.width), in SensorsTestSharedMemory()
354 static_cast<int32_t>(buf_desc_info.height)}; in SensorsTestSharedMemory()
356 (mGrallocWrapper->lock(handle, buf_desc_info.usage, region, /*fence=*/-1)); in SensorsTestSharedMemory()