Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/1.0/vts/functional/
DGrallocWrapper.h25 namespace allocator2 = ::android::hardware::graphics::allocator::V2_0; variable
36 sp<allocator2::IAllocator> getAllocator() const;
70 sp<allocator2::IAllocator> mAllocator;
DGrallocWrapper.cpp28 mAllocator = allocator2::IAllocator::getService(); in init()
59 sp<allocator2::IAllocator> GrallocWrapper::getAllocator() const { in getAllocator()