Home
last modified time | relevance | path

Searched refs:maxLayerZ (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h179 int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform,
DSurfaceComposerClient.h313 uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ,
/frameworks/native/libs/gui/
DISurfaceComposer.cpp107 int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform, in captureScreen() argument
116 data.writeInt32(maxLayerZ); in captureScreen()
615 int32_t maxLayerZ = data.readInt32(); in onTransact() local
620 minLayerZ, maxLayerZ, useIdentityTransform, in onTransact()
DSurfaceComposerClient.cpp765 uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, in capture() argument
771 maxLayerZ, useIdentityTransform, in capture()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h422 int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform,
577 int32_t maxLayerZ, const LayerVector::Visitor& visitor);
DSurfaceFlinger.cpp4710 int32_t minLayerZ, int32_t maxLayerZ, in captureScreen() argument
4723 device, minLayerZ, maxLayerZ, std::placeholders::_1); in captureScreen()
5122 int32_t maxLayerZ, in traverseLayersInDisplay() argument
5132 if (state.zOrderRelativeOf != nullptr || state.z < minLayerZ || state.z > maxLayerZ) { in traverseLayersInDisplay()
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp173 int32_t maxLayerZ = std::numeric_limits<int32_t>::max()) { in captureScreen() argument
180 sf->captureScreen(display, &outBuffer, Rect(), 0, 0, minLayerZ, maxLayerZ, in captureScreen()