Home
last modified time | relevance | path

Searched defs:minLayerZ (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/gui/
DISurfaceComposer.cpp107 int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform, in captureScreen()
614 int32_t minLayerZ = data.readInt32(); in onTransact() local
DSurfaceComposerClient.cpp765 uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, in capture()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp4710 int32_t minLayerZ, int32_t maxLayerZ, in captureScreen()
5121 void SurfaceFlinger::traverseLayersInDisplay(const sp<const DisplayDevice>& hw, int32_t minLayerZ, in traverseLayersInDisplay()
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp172 static void captureScreen(sp<ScreenCapture>* sc, int32_t minLayerZ = 0, in captureScreen()