Searched refs:minLayerZ (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/include/gui/
H A DISurfaceComposer.h179 int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform,
H A DSurfaceComposerClient.h313 uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ,
/frameworks/native/libs/gui/include/gui/
H A DISurfaceComposer.h179 int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform,
H A DSurfaceComposerClient.h313 uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ,
/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp107 int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform,
115 data.writeInt32(minLayerZ);
614 int32_t minLayerZ = data.readInt32(); local
620 minLayerZ, maxLayerZ, useIdentityTransform,
105 captureScreen(const sp<IBinder>& display, sp<GraphicBuffer>* outBuffer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform, ISurfaceComposer::Rotation rotation) argument
H A DSurfaceComposerClient.cpp765 uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ,
770 status_t ret = s->captureScreen(display, outBuffer, sourceCrop, reqWidth, reqHeight, minLayerZ,
764 capture(const sp<IBinder>& display, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform, uint32_t rotation, sp<GraphicBuffer>* outBuffer) argument
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h422 int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform,
576 void traverseLayersInDisplay(const sp<const DisplayDevice>& display, int32_t minLayerZ,
H A DSurfaceFlinger.cpp4710 int32_t minLayerZ, int32_t maxLayerZ,
4723 device, minLayerZ, maxLayerZ, std::placeholders::_1);
5121 void SurfaceFlinger::traverseLayersInDisplay(const sp<const DisplayDevice>& hw, int32_t minLayerZ, argument
5132 if (state.zOrderRelativeOf != nullptr || state.z < minLayerZ || state.z > maxLayerZ) {
4708 captureScreen(const sp<IBinder>& display, sp<GraphicBuffer>* outBuffer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform, ISurfaceComposer::Rotation rotation) argument
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp172 static void captureScreen(sp<ScreenCapture>* sc, int32_t minLayerZ = 0,
180 sf->captureScreen(display, &outBuffer, Rect(), 0, 0, minLayerZ, maxLayerZ,

Completed in 551 milliseconds