Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/common/vts/utils/
DGrallocWrapper.cpp256 sp<IMapper2> mapper2 = IMapper2_1::getService(); in GrallocWrapper() local
257 if (mapper2 == nullptr) { in GrallocWrapper()
258 mapper2 = IMapper2::getService(); in GrallocWrapper()
261 if (allocator2 != nullptr && mapper2 != nullptr) { in GrallocWrapper()
263 new GrallocHalWrapper<IAllocator2, IMapper2>(allocator2, mapper2)); in GrallocWrapper()
266 (allocator2 != nullptr), (mapper2 != nullptr)); in GrallocWrapper()