Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h340 static const size_t MAX_LAYERS = 4096; variable
939 size_t mMaxGraphicBufferProducerListSize = MAX_LAYERS;
DSurfaceFlinger.cpp369 const size_t defaultListSize = MAX_LAYERS; in SurfaceFlinger()
3524 if (mNumLayers >= MAX_LAYERS) { in addClientLayer()
3526 MAX_LAYERS); in addClientLayer()