Home
last modified time | relevance | path

Searched refs:hwcContents (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.cpp1428 Error CfHWC2::Display::set(hwc_display_contents_1& hwcContents) { in set() argument
1437 auto numLayers = hwcContents.numHwLayers; in set()
1442 auto& layer = hwcContents.hwLayers[l]; in set()
1450 auto& clientTargetLayer = hwcContents.hwLayers[numLayers - 1]; in set()
1470 const hwc_display_contents_1_t& hwcContents) { in addReleaseFences() argument
1473 size_t numLayers = hwcContents.numHwLayers; in addReleaseFences()
1475 const auto& receivedLayer = hwcContents.hwLayers[hwc1Id]; in addReleaseFences()
1646 static std::string to_string(const hwc_display_contents_1_t& hwcContents, in to_string() argument
1652 ((hwcContents.flags & HWC_GEOMETRY_CHANGED) != 0 ? "Y\n" : "N\n"); in to_string()
1654 output << fill << hwcContents.numHwLayers << " Layer" << in to_string()
[all …]
DHWC2.h271 HWC2::Error set(hwc_display_contents_1& hwcContents);
273 void addReleaseFences(const hwc_display_contents_1& hwcContents);