Searched refs:maxLayerZ (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/include/gui/
H A DSurfaceComposerClient.h187 uint32_t minLayerZ, uint32_t maxLayerZ,
210 uint32_t minLayerZ, uint32_t maxLayerZ,
214 uint32_t minLayerZ, uint32_t maxLayerZ,
H A DISurfaceComposer.h146 uint32_t minLayerZ, uint32_t maxLayerZ,
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h207 uint32_t minLayerZ, uint32_t maxLayerZ,
322 uint32_t minLayerZ, uint32_t maxLayerZ,
329 uint32_t minLayerZ, uint32_t maxLayerZ,
415 uint32_t minLayerZ, uint32_t maxLayerZ);
H A DSurfaceFlinger.cpp3003 uint32_t minLayerZ, uint32_t maxLayerZ,
3051 uint32_t minLayerZ,maxLayerZ; member in class:android::MessageCaptureScreen
3060 uint32_t minLayerZ, uint32_t maxLayerZ,
3064 minLayerZ(minLayerZ), maxLayerZ(maxLayerZ),
3077 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
3100 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
3114 uint32_t minLayerZ, uint32_t maxLayerZ,
3163 if (state.z >= minLayerZ && state.z <= maxLayerZ) {
3183 uint32_t minLayerZ, uint32_t maxLayerZ,
3000 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
3056 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) argument
3111 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
3179 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) argument
3308 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...]
/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp109 uint32_t minLayerZ, uint32_t maxLayerZ,
121 data.writeInt32(maxLayerZ);
359 uint32_t maxLayerZ = data.readInt32(); local
364 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
106 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.cpp691 uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform) {
695 reqWidth, reqHeight, minLayerZ, maxLayerZ, useIdentityTransform);
719 uint32_t minLayerZ, uint32_t maxLayerZ,
732 reqWidth, reqHeight, minLayerZ, maxLayerZ, useIdentityTransform,
746 uint32_t minLayerZ, uint32_t maxLayerZ,
750 minLayerZ, maxLayerZ, useIdentityTransform, ISurfaceComposer::eRotateNone);
687 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
717 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
744 update(const sp<IBinder>& display, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform) argument

Completed in 77 milliseconds