Searched refs:grallocAllocator (Results 1 – 1 of 1) sorted by relevance
360 static std::weak_ptr<C2Allocator> grallocAllocator; in fetchGrallocAllocator() local362 std::shared_ptr<C2Allocator> allocator = grallocAllocator.lock(); in fetchGrallocAllocator()365 grallocAllocator = allocator; in fetchGrallocAllocator()372 static std::weak_ptr<C2Allocator> grallocAllocator; in fetchBufferQueueAllocator() local374 std::shared_ptr<C2Allocator> allocator = grallocAllocator.lock(); in fetchBufferQueueAllocator()378 grallocAllocator = allocator; in fetchBufferQueueAllocator()