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

/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp107 uint32_t minLayerZ, uint32_t maxLayerZ,
119 data.writeUint32(maxLayerZ);
462 uint32_t maxLayerZ = data.readUint32(); local
467 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
104 captureScreen(const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, ISurfaceComposer::Rotation rotation) argument
H A DSurfaceComposerClient.cpp827 uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform) {
831 reqWidth, reqHeight, minLayerZ, maxLayerZ, useIdentityTransform);
855 uint32_t minLayerZ, uint32_t maxLayerZ,
868 reqWidth, reqHeight, minLayerZ, maxLayerZ, useIdentityTransform,
882 uint32_t minLayerZ, uint32_t maxLayerZ,
886 minLayerZ, maxLayerZ, useIdentityTransform, ISurfaceComposer::eRotateNone);
823 capture( const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform) argument
853 update(const sp<IBinder>& display, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, uint32_t rotation) argument
880 update(const sp<IBinder>& display, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform) argument
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp3440 uint32_t minLayerZ, uint32_t maxLayerZ,
3481 uint32_t minLayerZ,maxLayerZ; member in class:android::MessageCaptureScreen
3491 uint32_t minLayerZ, uint32_t maxLayerZ,
3497 minLayerZ(minLayerZ), maxLayerZ(maxLayerZ),
3510 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
3526 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
3540 uint32_t minLayerZ, uint32_t maxLayerZ,
3590 if (state.z >= minLayerZ && state.z <= maxLayerZ) {
3608 uint32_t minLayerZ, uint32_t maxLayerZ,
3437 captureScreen(const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, ISurfaceComposer::Rotation rotation) argument
3487 MessageCaptureScreen(SurfaceFlinger* flinger, const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, Transform::orientation_flags rotation, bool isLocalScreenshot) argument
3537 renderScreenImplLocked( const sp<const DisplayDevice>& hw, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool yswap, bool useIdentityTransform, Transform::orientation_flags rotation) argument
3604 captureScreenImplLocked( const sp<const DisplayDevice>& hw, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, Transform::orientation_flags rotation, bool isLocalScreenshot) argument
3768 checkScreenshot(size_t w, size_t s, size_t h, void const* vaddr, const sp<const DisplayDevice>& hw, uint32_t minLayerZ, uint32_t maxLayerZ) argument
[all...]
H A DSurfaceFlinger_hwc1.cpp3333 uint32_t minLayerZ, uint32_t maxLayerZ,
3374 uint32_t minLayerZ,maxLayerZ; member in class:MessageCaptureScreen
3384 uint32_t minLayerZ, uint32_t maxLayerZ,
3390 minLayerZ(minLayerZ), maxLayerZ(maxLayerZ),
3403 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
3419 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
3433 uint32_t minLayerZ, uint32_t maxLayerZ,
3483 if (state.z >= minLayerZ && state.z <= maxLayerZ) {
3503 uint32_t minLayerZ, uint32_t maxLayerZ,
3330 captureScreen(const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, ISurfaceComposer::Rotation rotation) argument
3380 MessageCaptureScreen(SurfaceFlinger* flinger, const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, Transform::orientation_flags rotation, bool isLocalScreenshot) argument
3430 renderScreenImplLocked( const sp<const DisplayDevice>& hw, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool yswap, bool useIdentityTransform, Transform::orientation_flags rotation) argument
3499 captureScreenImplLocked( const sp<const DisplayDevice>& hw, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, Transform::orientation_flags rotation, bool isLocalScreenshot) argument
3660 checkScreenshot(size_t w, size_t s, size_t h, void const* vaddr, const sp<const DisplayDevice>& hw, uint32_t minLayerZ, uint32_t maxLayerZ) argument
[all...]

Completed in 160 milliseconds