Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/vndk/
H A DC2Store.cpp360 static std::weak_ptr<C2Allocator> grallocAllocator; in fetchGrallocAllocator() local
362 std::shared_ptr<C2Allocator> allocator = grallocAllocator.lock(); in fetchGrallocAllocator()
365 grallocAllocator = allocator; in fetchGrallocAllocator()
372 static std::weak_ptr<C2Allocator> grallocAllocator; in fetchBufferQueueAllocator() local
374 std::shared_ptr<C2Allocator> allocator = grallocAllocator.lock(); in fetchBufferQueueAllocator()
378 grallocAllocator = allocator; in fetchBufferQueueAllocator()