Searched defs:grallocAllocator (Results 1 - 1 of 1) sorted by relevance

/hardware/google/av/codec2/vndk/
H A DC2Store.cpp217 static std::weak_ptr<C2Allocator> grallocAllocator; local
219 std::shared_ptr<C2Allocator> allocator = grallocAllocator.lock();
222 grallocAllocator = allocator;
229 static std::weak_ptr<C2Allocator> grallocAllocator; local
231 std::shared_ptr<C2Allocator> allocator = grallocAllocator.lock();
235 grallocAllocator = allocator;

Completed in 30 milliseconds