Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hal/client/
DGraphicBufferAllocator.cpp151 : mGraphicsTracker(GraphicsTracker::CreateGraphicsTracker(maxDequeueCount)) {} in GraphicBufferAllocator()
/frameworks/av/media/codec2/hal/client/include/codec2/aidl/
DGraphicsTracker.h60 static std::shared_ptr<GraphicsTracker> CreateGraphicsTracker(int maxDequeueCount) { in CreateGraphicsTracker() function
/frameworks/av/media/codec2/tests/aidl/
DGraphicsTracker_test.cpp261 mTracker = GraphicsTracker::CreateGraphicsTracker(maxDequeueCount); in init()