Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h353 static const size_t MAX_LAYERS = 4096; variable
958 size_t mMaxGraphicBufferProducerListSize = MAX_LAYERS;
DSurfaceFlinger.cpp375 const size_t defaultListSize = MAX_LAYERS; in SurfaceFlinger()
3598 if (mNumLayers >= MAX_LAYERS) { in addClientLayer()
3600 MAX_LAYERS); in addClientLayer()