Searched defs:minLayerZ (Results 1 - 3 of 3) sorted by relevance

/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.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

Completed in 92 milliseconds