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

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

Completed in 1908 milliseconds