Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/common/vts/utils/
DGrallocWrapper.cpp246 sp<IMapper3> mapper3 = IMapper3::getService(); in GrallocWrapper() local
248 if (allocator3 != nullptr && mapper3 != nullptr) { in GrallocWrapper()
250 new GrallocHalWrapper<IAllocator3, IMapper3>(allocator3, mapper3)); in GrallocWrapper()
253 (allocator3 != nullptr), (mapper3 != nullptr)); in GrallocWrapper()