Home
last modified time | relevance | path

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

/hardware/google/graphics/common/hwc3/impl/
DResourceManager.cpp125 Layer hwcLayer; in addLayer() local
128 a2h::translate(layer, hwcLayer); in addLayer()
130 Error hwcErr = mResources->addLayer(hwcDisplay, hwcLayer, bufferCacheSize); in addLayer()
139 Layer hwcLayer; in removeLayer() local
142 a2h::translate(layer, hwcLayer); in removeLayer()
143 Error hwcErr = mResources->removeLayer(hwcDisplay, hwcLayer); in removeLayer()
219 Layer hwcLayer; in getLayerBuffer() local
220 a2h::translate(layer, hwcLayer); in getLayerBuffer()
223 Error hwcErr = mResources->getLayerBuffer(hwcDisplay, hwcLayer, slot, fromCache, in getLayerBuffer()
239 Layer hwcLayer; in getLayerSidebandStream() local
[all …]
DHalImpl.cpp282 hwc2_layer_t hwcLayer = 0; in createLayer() local
283 RET_IF_ERR(halDisplay->createLayer(&hwcLayer)); in createLayer()
285 h2a::translate(hwcLayer, *outLayer); in createLayer()
288 mSfLayerToHalLayerMap[*outLayer] = hwcLayer; in createLayer()
289 mHalLayerToSfLayerMap[hwcLayer] = *outLayer; in createLayer()
302 hwc2_layer_t hwcLayer = 0; in batchedCreateDestroyLayer() local
303 RET_IF_ERR(halDisplay->createLayer(&hwcLayer)); in batchedCreateDestroyLayer()
305 h2a::translate(hwcLayer, hwclayerAidl); in batchedCreateDestroyLayer()
308 mHalLayerToSfLayerMap[hwcLayer] = layer; in batchedCreateDestroyLayer()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp1430 static std::string to_string(const hwc_layer_1_t& hwcLayer, in to_string() argument
1437 hwc1CompositionString(hwcLayer.compositionType); in to_string()
1439 if (hwcLayer.compositionType == HWC_BACKGROUND) { in to_string()
1440 output << " Color: " << colorString(hwcLayer.backgroundColor) << '\n'; in to_string()
1441 } else if (hwcLayer.compositionType == HWC_SIDEBAND) { in to_string()
1442 output << " Stream: " << hwcLayer.sidebandStream << '\n'; in to_string()
1444 output << " Buffer: " << hwcLayer.handle << "/" << in to_string()
1445 hwcLayer.acquireFenceFd << '\n'; in to_string()
1448 output << fill << "Display frame: " << rectString(hwcLayer.displayFrame) << in to_string()
1453 output << frectString(hwcLayer.sourceCropf) << '\n'; in to_string()
[all …]
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp1530 static std::string to_string(const hwc_layer_1_t& hwcLayer, in to_string() argument
1538 hwc1CompositionString(hwcLayer.compositionType); in to_string()
1540 if (hwcLayer.compositionType == HWC_BACKGROUND) { in to_string()
1541 output << " Color: " << colorString(hwcLayer.backgroundColor) << '\n'; in to_string()
1542 } else if (hwcLayer.compositionType == HWC_SIDEBAND) { in to_string()
1543 output << " Stream: " << hwcLayer.sidebandStream << '\n'; in to_string()
1545 output << " Buffer: " << hwcLayer.handle << "/" << in to_string()
1546 hwcLayer.acquireFenceFd << '\n'; in to_string()
1549 output << fill << "Display frame: " << rectString(hwcLayer.displayFrame) << in to_string()
1554 output << frectString(hwcLayer.sourceCropf) << '\n'; in to_string()
[all …]