Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp556 mHwc1RequestedContents(nullptr), in Display()
594 mHwc1RequestedContents = std::move(mHwc1ReceivedContents); in acceptChanges()
1265 auto currentCount = mHwc1RequestedContents ? in prepare()
1266 mHwc1RequestedContents->numHwLayers : 0; in prepare()
1269 requiredCount, currentCount, mHwc1RequestedContents.get()); in prepare()
1283 mHwc1RequestedContents->retireFenceFd = -1; in prepare()
1284 mHwc1RequestedContents->flags = 0; in prepare()
1286 mHwc1RequestedContents->flags |= HWC_GEOMETRY_CHANGED; in prepare()
1290 auto& hwc1Layer = mHwc1RequestedContents->hwLayers[layer->getHwc1Id()]; in prepare()
1295 mHwc1RequestedContents->outbuf = mOutputBuffer.getBuffer(); in prepare()
[all …]
DHWC2On1Adapter.h371 HWC1Contents mHwc1RequestedContents; variable
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp513 mHwc1RequestedContents(nullptr), in Display()
1220 mHwc1RequestedContents->retireFenceFd = -1; in prepare()
1221 mHwc1RequestedContents->flags = 0; in prepare()
1223 mHwc1RequestedContents->flags |= HWC_GEOMETRY_CHANGED; in prepare()
1225 mHwc1RequestedContents->outbuf = mOutputBuffer.getBuffer(); in prepare()
1226 mHwc1RequestedContents->outbufAcquireFenceFd = mOutputBuffer.getFence(); in prepare()
1229 mHwc1RequestedContents->numHwLayers = mLayers.size() + 1; in prepare()
1231 auto& hwc1Layer = mHwc1RequestedContents->hwLayers[layer->getHwc1Id()]; in prepare()
1250 size_t numLayers = mHwc1RequestedContents->numHwLayers; in generateChanges()
1252 const auto& receivedLayer = mHwc1RequestedContents->hwLayers[hwc1Id]; in generateChanges()
[all …]
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h418 std::unique_ptr<hwc_display_contents_1> mHwc1RequestedContents; variable