Searched refs:grallocAllocator (Results 1 – 1 of 1) sorted by relevance
223 static std::weak_ptr<C2Allocator> grallocAllocator; in fetchGrallocAllocator() local225 std::shared_ptr<C2Allocator> allocator = grallocAllocator.lock(); in fetchGrallocAllocator()228 grallocAllocator = allocator; in fetchGrallocAllocator()235 static std::weak_ptr<C2Allocator> grallocAllocator; in fetchBufferQueueAllocator() local237 std::shared_ptr<C2Allocator> allocator = grallocAllocator.lock(); in fetchBufferQueueAllocator()241 grallocAllocator = allocator; in fetchBufferQueueAllocator()