Searched refs:maxLayerZ (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/libs/gui/include/gui/ |
D | ISurfaceComposer.h | 179 int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform,
|
D | SurfaceComposerClient.h | 313 uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ,
|
/frameworks/native/libs/gui/ |
D | ISurfaceComposer.cpp | 107 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()
|
D | SurfaceComposerClient.cpp | 765 uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, in capture() argument 771 maxLayerZ, useIdentityTransform, in capture()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.h | 422 int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform, 577 int32_t maxLayerZ, const LayerVector::Visitor& visitor);
|
D | SurfaceFlinger.cpp | 4710 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/ |
D | Transaction_test.cpp | 173 int32_t maxLayerZ = std::numeric_limits<int32_t>::max()) { in captureScreen() argument 180 sf->captureScreen(display, &outBuffer, Rect(), 0, 0, minLayerZ, maxLayerZ, in captureScreen()
|