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

/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp106 int32_t minLayerZ, int32_t maxLayerZ,
117 data.writeInt32(minLayerZ);
549 int32_t minLayerZ = data.readInt32(); local
555 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
103 captureScreen(const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform, ISurfaceComposer::Rotation rotation) argument
H A DSurfaceComposerClient.cpp947 int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform) {
951 reqWidth, reqHeight, minLayerZ, maxLayerZ, useIdentityTransform);
956 int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform,
970 minLayerZ, maxLayerZ, useIdentityTransform,
1002 int32_t minLayerZ, int32_t maxLayerZ,
1015 reqWidth, reqHeight, minLayerZ, maxLayerZ, useIdentityTransform,
1029 int32_t minLayerZ, int32_t maxLayerZ,
1033 minLayerZ, maxLayerZ, useIdentityTransform, ISurfaceComposer::eRotateNone);
943 capture( const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform) argument
954 captureToBuffer(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
1000 update(const sp<IBinder>& display, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform, uint32_t rotation) argument
1027 update(const sp<IBinder>& display, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform) argument
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp4231 int32_t minLayerZ, int32_t maxLayerZ,
4325 minLayerZ, maxLayerZ, useIdentityTransform,
4363 int32_t minLayerZ, int32_t maxLayerZ,
4419 if (state.z < minLayerZ || state.z > maxLayerZ) {
4458 int32_t minLayerZ, int32_t maxLayerZ,
4468 (state.z < minLayerZ || state.z > maxLayerZ)) {
4507 hw, sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, true,
4552 hw, minLayerZ, maxLayerZ);
4563 const sp<const DisplayDevice>& hw, int32_t minLayerZ, int32_t maxLayerZ) {
4573 minLayerZ, maxLayer
4228 captureScreen(const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform, ISurfaceComposer::Rotation rotation) argument
4360 renderScreenImplLocked( const sp<const DisplayDevice>& hw, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool yswap, bool useIdentityTransform, Transform::orientation_flags rotation) argument
4455 captureScreenImplLocked(const sp<const DisplayDevice>& hw, ANativeWindowBuffer* buffer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform, Transform::orientation_flags rotation, bool isLocalScreenshot, int* outSyncFd) argument
4562 checkScreenshot(size_t w, size_t s, size_t h, void const* vaddr, const sp<const DisplayDevice>& hw, int32_t minLayerZ, int32_t maxLayerZ) argument
[all...]
H A DSurfaceFlinger_hwc1.cpp3704 int32_t minLayerZ, int32_t maxLayerZ,
3745 int32_t minLayerZ,maxLayerZ; member in class:MessageCaptureScreen
3755 int32_t minLayerZ, int32_t maxLayerZ,
3761 minLayerZ(minLayerZ), maxLayerZ(maxLayerZ),
3774 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
3790 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
3804 int32_t minLayerZ, int32_t maxLayerZ,
3855 if (state.z < minLayerZ || state.z > maxLayerZ) {
3878 int32_t minLayerZ, int32_
3701 captureScreen(const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform, ISurfaceComposer::Rotation rotation) argument
3751 MessageCaptureScreen(SurfaceFlinger* flinger, const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform, Transform::orientation_flags rotation, bool isLocalScreenshot) argument
3801 renderScreenImplLocked( const sp<const DisplayDevice>& hw, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool yswap, bool useIdentityTransform, Transform::orientation_flags rotation) argument
3874 captureScreenImplLocked( const sp<const DisplayDevice>& hw, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform, Transform::orientation_flags rotation, bool isLocalScreenshot) argument
4030 checkScreenshot(size_t w, size_t s, size_t h, void const* vaddr, const sp<const DisplayDevice>& hw, int32_t minLayerZ, int32_t maxLayerZ) argument
[all...]

Completed in 671 milliseconds