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

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2On1Adapter.cpp1358 Error HWC2On1Adapter::Display::set(hwc_display_contents_1& hwcContents) argument
1368 auto numLayers = hwcContents.numHwLayers;
1373 auto& layer = hwcContents.hwLayers[l];
1381 auto& clientTargetLayer = hwcContents.hwLayers[numLayers - 1];
1402 const hwc_display_contents_1_t& hwcContents)
1406 size_t numLayers = hwcContents.numHwLayers;
1408 const auto& receivedLayer = hwcContents.hwLayers[hwc1Id];
1589 static std::string to_string(const hwc_display_contents_1_t& hwcContents, argument
1596 ((hwcContents.flags & HWC_GEOMETRY_CHANGED) != 0 ? "Y\n" : "N\n");
1598 output << fill << hwcContents
1401 addReleaseFences( const hwc_display_contents_1_t& hwcContents) argument
[all...]

Completed in 52 milliseconds