Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h361 static const size_t MAX_LAYERS = 4096; variable
778 size_t mMaxGraphicBufferProducerListSize = MAX_LAYERS;
DSurfaceFlinger.cpp330 const size_t defaultListSize = MAX_LAYERS; in SurfaceFlinger()
3063 if (mNumLayers >= MAX_LAYERS) { in addClientLayer()
3065 MAX_LAYERS); in addClientLayer()