HomeSort by relevance Sort by last modified time
    Searched refs:HWCInfo (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/surfaceflinger/
Layer.h 584 struct HWCInfo {
585 HWCInfo()
598 std::unordered_map<int32_t, HWCInfo> mHwcLayers;
Layer.cpp 508 auto& hwcInfo = mHwcLayers[hwcId];
515 hwcInfo.forceClientComposition = false;
518 hwcInfo.forceClientComposition = true;
521 auto& hwcLayer = hwcInfo.layer;
600 hwcInfo.displayFrame = transformedFrame;
611 hwcInfo.sourceCrop = sourceCrop;
665 hwcInfo.forceClientComposition = true;
    [all...]

Completed in 1235 milliseconds