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

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.cpp985 hwc_region_t hwcRegion = {}; local
986 hwcRegion.numRects = rectCount;
987 hwcRegion.rects = hwcRects.data();
990 mDisplayId, mId, hwcRegion);
1081 hwc_region_t hwcRegion = {}; local
1082 hwcRegion.numRects = rectCount;
1083 hwcRegion.rects = hwcRects.data();
1086 mDisplayId, mId, hwcRegion);

Completed in 56 milliseconds