Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DDisplayIdGenerator.h34 explicit DisplayIdGenerator(size_t maxIdsCount = std::numeric_limits<size_t>::max())
35 : mMaxIdsCount(maxIdsCount) {} in mMaxIdsCount() argument
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayIdGeneratorTest.cpp70 TEST(DisplayIdGeneratorTest, maxIdsCount) { in TEST() argument