/frameworks/native/include/gui/ |
D | SurfaceComposerClient.h | 198 uint32_t minLayerZ, uint32_t maxLayerZ, 221 uint32_t minLayerZ, uint32_t maxLayerZ, 225 uint32_t minLayerZ, uint32_t maxLayerZ,
|
D | ISurfaceComposer.h | 146 uint32_t minLayerZ, uint32_t maxLayerZ,
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.h | 214 uint32_t minLayerZ, uint32_t maxLayerZ, 331 uint32_t minLayerZ, uint32_t maxLayerZ, 338 uint32_t minLayerZ, uint32_t maxLayerZ, 429 uint32_t minLayerZ, uint32_t maxLayerZ);
|
D | SurfaceFlinger_hwc1.cpp | 3229 uint32_t minLayerZ, uint32_t maxLayerZ, in captureScreen() argument 3270 uint32_t minLayerZ,maxLayerZ; in captureScreen() member in android::SurfaceFlinger::captureScreen::MessageCaptureScreen 3280 uint32_t minLayerZ, uint32_t maxLayerZ, in captureScreen() argument 3286 minLayerZ(minLayerZ), maxLayerZ(maxLayerZ), in captureScreen() 3299 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, in captureScreen() 3315 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, in captureScreen() 3329 uint32_t minLayerZ, uint32_t maxLayerZ, in renderScreenImplLocked() argument 3379 if (state.z >= minLayerZ && state.z <= maxLayerZ) { in renderScreenImplLocked() 3399 uint32_t minLayerZ, uint32_t maxLayerZ, in captureScreenImplLocked() argument 3429 state.z <= maxLayerZ && layer->isVisible() && in captureScreenImplLocked() [all …]
|
D | SurfaceFlinger.cpp | 3215 uint32_t minLayerZ, uint32_t maxLayerZ, in captureScreen() argument 3256 uint32_t minLayerZ,maxLayerZ; in captureScreen() member in android::SurfaceFlinger::captureScreen::MessageCaptureScreen 3266 uint32_t minLayerZ, uint32_t maxLayerZ, in captureScreen() argument 3272 minLayerZ(minLayerZ), maxLayerZ(maxLayerZ), in captureScreen() 3285 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, in captureScreen() 3301 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, in captureScreen() 3315 uint32_t minLayerZ, uint32_t maxLayerZ, in renderScreenImplLocked() argument 3365 if (state.z >= minLayerZ && state.z <= maxLayerZ) { in renderScreenImplLocked() 3383 uint32_t minLayerZ, uint32_t maxLayerZ, in captureScreenImplLocked() argument 3413 state.z <= maxLayerZ && layer->isVisible() && in captureScreenImplLocked() [all …]
|
/frameworks/native/libs/gui/ |
D | ISurfaceComposer.cpp | 105 uint32_t minLayerZ, uint32_t maxLayerZ, in captureScreen() argument 117 data.writeUint32(maxLayerZ); in captureScreen() 384 uint32_t maxLayerZ = data.readUint32(); in onTransact() local 389 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, in onTransact()
|
D | SurfaceComposerClient.cpp | 791 uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform) { in capture() argument 795 reqWidth, reqHeight, minLayerZ, maxLayerZ, useIdentityTransform); in capture() 819 uint32_t minLayerZ, uint32_t maxLayerZ, in update() argument 832 reqWidth, reqHeight, minLayerZ, maxLayerZ, useIdentityTransform, in update() 846 uint32_t minLayerZ, uint32_t maxLayerZ, in update() argument 850 minLayerZ, maxLayerZ, useIdentityTransform, ISurfaceComposer::eRotateNone); in update()
|