Home
last modified time | relevance | path

Searched refs:NO_LAYER_STACK (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/
DDisplayDevice.h72 NO_LAYER_STACK = 0xFFFFFFFF, enumerator
DDisplayDevice.cpp74 mLayerStack(NO_LAYER_STACK), in DisplayDevice()
DSurfaceFlinger.cpp3372 : type(type), layerStack(DisplayDevice::NO_LAYER_STACK), orientation(0), width(0), height(0) { in DisplayDeviceState()