Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/
DC2Store.cpp223 static std::weak_ptr<C2Allocator> grallocAllocator; in fetchGrallocAllocator() local
225 std::shared_ptr<C2Allocator> allocator = grallocAllocator.lock(); in fetchGrallocAllocator()
228 grallocAllocator = allocator; in fetchGrallocAllocator()
235 static std::weak_ptr<C2Allocator> grallocAllocator; in fetchBufferQueueAllocator() local
237 std::shared_ptr<C2Allocator> allocator = grallocAllocator.lock(); in fetchBufferQueueAllocator()
241 grallocAllocator = allocator; in fetchBufferQueueAllocator()