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

/frameworks/native/include/gui/
H A DISurfaceComposer.h100 uint32_t minLayerZ, uint32_t maxLayerZ) = 0;
H A DSurfaceComposerClient.h171 uint32_t minLayerZ, uint32_t maxLayerZ);
/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp109 uint32_t minLayerZ, uint32_t maxLayerZ)
117 data.writeInt32(maxLayerZ);
277 uint32_t maxLayerZ = data.readInt32(); local
282 reqWidth, reqHeight, minLayerZ, maxLayerZ);
105 captureScreen( const sp<IBinder>& display, sp<IMemoryHeap>* heap, uint32_t* width, uint32_t* height, PixelFormat* format, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ) argument
H A DSurfaceComposerClient.cpp613 uint32_t minLayerZ, uint32_t maxLayerZ) {
619 minLayerZ, maxLayerZ);
611 update(const sp<IBinder>& display, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ) argument
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h203 uint32_t maxLayerZ);
312 uint32_t maxLayerZ);
H A DSurfaceFlinger.cpp2608 uint32_t minLayerZ, uint32_t maxLayerZ)
2640 // sw, sh, minLayerZ, maxLayerZ);
2679 if (z >= minLayerZ && z <= maxLayerZ) {
2736 uint32_t minLayerZ, uint32_t maxLayerZ)
2754 uint32_t maxLayerZ; member in class:android::MessageCaptureScreen
2760 uint32_t minLayerZ, uint32_t maxLayerZ)
2763 minLayerZ(minLayerZ), maxLayerZ(maxLayerZ),
2773 heap, w, h, f, sw, sh, minLayerZ, maxLayerZ);
2779 display, heap, width, height, format, sw, sh, minLayerZ, maxLayerZ);
2604 captureScreenImplLocked(const sp<IBinder>& display, sp<IMemoryHeap>* heap, uint32_t* w, uint32_t* h, PixelFormat* f, uint32_t sw, uint32_t sh, uint32_t minLayerZ, uint32_t maxLayerZ) argument
2732 captureScreen(const sp<IBinder>& display, sp<IMemoryHeap>* heap, uint32_t* width, uint32_t* height, PixelFormat* format, uint32_t sw, uint32_t sh, uint32_t minLayerZ, uint32_t maxLayerZ) argument
2757 MessageCaptureScreen(SurfaceFlinger* flinger, const sp<IBinder>& display, sp<IMemoryHeap>* heap, uint32_t* w, uint32_t* h, PixelFormat* f, uint32_t sw, uint32_t sh, uint32_t minLayerZ, uint32_t maxLayerZ) argument
[all...]

Completed in 87 milliseconds