Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/common/vts/utils/
DGrallocWrapper.cpp234 sp<IAllocator4> allocator4 = IAllocator4::getService(); in GrallocWrapper() local
237 if (allocator4 != nullptr && mapper4 != nullptr) { in GrallocWrapper()
240 new GrallocHalWrapper<IAllocator4, IMapper4>(allocator4, mapper4)); in GrallocWrapper()
243 (allocator4 != nullptr), (mapper4 != nullptr)); in GrallocWrapper()