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

/frameworks/native/libs/hwc2on1adapter/
H A DHWC2On1Adapter.cpp1264 Error HWC2On1Adapter::Display::set(hwc_display_contents_1& hwcContents) { argument
1273 auto numLayers = hwcContents.numHwLayers;
1278 auto& layer = hwcContents.hwLayers[l];
1286 auto& clientTargetLayer = hwcContents.hwLayers[numLayers - 1];
1306 const hwc_display_contents_1_t& hwcContents) {
1309 size_t numLayers = hwcContents.numHwLayers;
1311 const auto& receivedLayer = hwcContents.hwLayers[hwc1Id];
1482 static std::string to_string(const hwc_display_contents_1_t& hwcContents, argument
1488 ((hwcContents.flags & HWC_GEOMETRY_CHANGED) != 0 ? "Y\n" : "N\n");
1490 output << fill << hwcContents
1305 addReleaseFences( const hwc_display_contents_1_t& hwcContents) argument
[all...]

Completed in 11 milliseconds