Searched refs:hwcLayer (Results 1 – 1 of 1) sorted by relevance
1586 static std::string to_string(const hwc_layer_1_t& hwcLayer, in to_string() argument1593 hwc1CompositionString(hwcLayer.compositionType); in to_string()1595 if (hwcLayer.compositionType == HWC_BACKGROUND) { in to_string()1596 output << " Color: " << colorString(hwcLayer.backgroundColor) << '\n'; in to_string()1597 } else if (hwcLayer.compositionType == HWC_SIDEBAND) { in to_string()1598 output << " Stream: " << hwcLayer.sidebandStream << '\n'; in to_string()1600 output << " Buffer: " << hwcLayer.handle << "/" << in to_string()1601 hwcLayer.acquireFenceFd << '\n'; in to_string()1604 output << fill << "Display frame: " << rectString(hwcLayer.displayFrame) << in to_string()1609 output << frectString(hwcLayer.sourceCropf) << '\n'; in to_string()[all …]