Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/thread/
DCommonPool.h81 static constexpr auto QUEUE_SIZE = 128; variable
117 ArrayQueue<Task, QUEUE_SIZE> mWorkQueue;
/frameworks/base/libs/hwui/tests/unit/
DCommonPoolTests.cpp104 static constexpr auto QUEUE_COUNT = CommonPool::THREAD_COUNT + CommonPool::QUEUE_SIZE + 10; in TEST()
126 EXPECT_GT(queuedCount.load(), CommonPool::QUEUE_SIZE); in TEST()