Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp1272 Error HWC2On1Adapter::Display::set(hwc_display_contents_1& hwcContents) { in set() argument
1281 auto numLayers = hwcContents.numHwLayers; in set()
1286 auto& layer = hwcContents.hwLayers[l]; in set()
1294 auto& clientTargetLayer = hwcContents.hwLayers[numLayers - 1]; in set()
1314 const hwc_display_contents_1_t& hwcContents) { in addReleaseFences() argument
1317 size_t numLayers = hwcContents.numHwLayers; in addReleaseFences()
1319 const auto& receivedLayer = hwcContents.hwLayers[hwc1Id]; in addReleaseFences()
1490 static std::string to_string(const hwc_display_contents_1_t& hwcContents, in to_string() argument
1496 ((hwcContents.flags & HWC_GEOMETRY_CHANGED) != 0 ? "Y\n" : "N\n"); in to_string()
1498 output << fill << hwcContents.numHwLayers << " Layer" << in to_string()
[all …]
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp1360 Error HWC2On1Adapter::Display::set(hwc_display_contents_1& hwcContents) in set() argument
1370 auto numLayers = hwcContents.numHwLayers; in set()
1375 auto& layer = hwcContents.hwLayers[l]; in set()
1383 auto& clientTargetLayer = hwcContents.hwLayers[numLayers - 1]; in set()
1404 const hwc_display_contents_1_t& hwcContents) in addReleaseFences() argument
1408 size_t numLayers = hwcContents.numHwLayers; in addReleaseFences()
1410 const auto& receivedLayer = hwcContents.hwLayers[hwc1Id]; in addReleaseFences()
1591 static std::string to_string(const hwc_display_contents_1_t& hwcContents, in to_string() argument
1598 ((hwcContents.flags & HWC_GEOMETRY_CHANGED) != 0 ? "Y\n" : "N\n"); in to_string()
1600 output << fill << hwcContents.numHwLayers << " Layer" << in to_string()
[all …]
DHWC2On1Adapter.h237 HWC2::Error set(hwc_display_contents_1& hwcContents);
239 void addReleaseFences(const hwc_display_contents_1& hwcContents);
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h266 HWC2::Error set(hwc_display_contents_1& hwcContents);
268 void addReleaseFences(const hwc_display_contents_1& hwcContents);