Home
last modified time | relevance | path

Searched refs:maxLayerZ (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/include/gui/
DSurfaceComposerClient.h223 int32_t minLayerZ, int32_t maxLayerZ,
228 int32_t minLayerZ, int32_t maxLayerZ,
252 int32_t minLayerZ, int32_t maxLayerZ,
256 int32_t minLayerZ, int32_t maxLayerZ,
DISurfaceComposer.h172 int32_t minLayerZ, int32_t maxLayerZ,
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h285 int32_t minLayerZ, int32_t maxLayerZ,
417 int32_t minLayerZ, int32_t maxLayerZ,
424 int32_t minLayerZ, int32_t maxLayerZ,
557 int32_t minLayerZ, int32_t maxLayerZ);
DSurfaceFlinger_hwc1.cpp3684 int32_t minLayerZ, int32_t maxLayerZ, in captureScreen() argument
3725 int32_t minLayerZ,maxLayerZ; in captureScreen() member in android::SurfaceFlinger::captureScreen::MessageCaptureScreen
3735 int32_t minLayerZ, int32_t maxLayerZ, in captureScreen() argument
3741 minLayerZ(minLayerZ), maxLayerZ(maxLayerZ), in captureScreen()
3754 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, in captureScreen()
3770 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, in captureScreen()
3784 int32_t minLayerZ, int32_t maxLayerZ, in renderScreenImplLocked() argument
3835 if (state.z < minLayerZ || state.z > maxLayerZ) { in renderScreenImplLocked()
3858 int32_t minLayerZ, int32_t maxLayerZ, in captureScreenImplLocked() argument
3885 (state.z < minLayerZ || state.z > maxLayerZ)) { in captureScreenImplLocked()
[all …]
DSurfaceFlinger.cpp4083 int32_t minLayerZ, int32_t maxLayerZ, in captureScreen() argument
4124 uint32_t minLayerZ,maxLayerZ; in captureScreen() member in android::SurfaceFlinger::captureScreen::MessageCaptureScreen
4134 int32_t minLayerZ, int32_t maxLayerZ, in captureScreen() argument
4140 minLayerZ(minLayerZ), maxLayerZ(maxLayerZ), in captureScreen()
4153 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, in captureScreen()
4169 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, in captureScreen()
4183 int32_t minLayerZ, int32_t maxLayerZ, in renderScreenImplLocked() argument
4234 if (state.z < minLayerZ || state.z > maxLayerZ) { in renderScreenImplLocked()
4255 int32_t minLayerZ, int32_t maxLayerZ, in captureScreenImplLocked() argument
4282 (state.z < minLayerZ || state.z > maxLayerZ)) { in captureScreenImplLocked()
[all …]
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp947 int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform) { in capture() argument
951 reqWidth, reqHeight, minLayerZ, maxLayerZ, useIdentityTransform); in capture()
956 int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform, in captureToBuffer() argument
970 minLayerZ, maxLayerZ, useIdentityTransform, in captureToBuffer()
1002 int32_t minLayerZ, int32_t maxLayerZ, in update() argument
1015 reqWidth, reqHeight, minLayerZ, maxLayerZ, useIdentityTransform, in update()
1029 int32_t minLayerZ, int32_t maxLayerZ, in update() argument
1033 minLayerZ, maxLayerZ, useIdentityTransform, ISurfaceComposer::eRotateNone); in update()
DISurfaceComposer.cpp106 int32_t minLayerZ, int32_t maxLayerZ, in captureScreen() argument
118 data.writeInt32(maxLayerZ); in captureScreen()
550 int32_t maxLayerZ = data.readInt32(); in onTransact() local
555 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, in onTransact()