Home
last modified time | relevance | path

Searched refs:mHwc1RequestedContents (Results 1 – 2 of 2) 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