Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp559 mChanges(), in Display()
578 if (!mChanges) { in acceptChanges()
585 for (auto& change : mChanges->getTypeChanges()) { in acceptChanges()
592 mChanges->clearTypeChanges(); in acceptChanges()
669 if (!mChanges) { in getChangedCompositionTypes()
676 *outNumElements = mChanges->getTypeChanges().size(); in getChangedCompositionTypes()
681 for (const auto& element : mChanges->getTypeChanges()) { in getChangedCompositionTypes()
801 if (!mChanges) { in getRequests()
806 *outNumElements = mChanges->getNumLayerRequests(); in getRequests()
810 *outDisplayRequests = mChanges->getDisplayRequests(); in getRequests()
[all …]
DHWC2On1Adapter.h377 std::unique_ptr<Changes> mChanges; variable
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp515 mChanges(), in Display()
537 if (!mChanges) { in acceptChanges()
544 for (auto& change : mChanges->getTypeChanges()) { in acceptChanges()
557 mChanges->clearTypeChanges(); in acceptChanges()
629 if (!mChanges) { in getChangedCompositionTypes()
636 *outNumElements = mChanges->getTypeChanges().size(); in getChangedCompositionTypes()
641 for (const auto& element : mChanges->getTypeChanges()) { in getChangedCompositionTypes()
754 if (!mChanges) { in getRequests()
759 *outNumElements = mChanges->getNumLayerRequests(); in getRequests()
768 for (const auto& request : mChanges->getLayerRequests()) { in getRequests()
[all …]
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h424 std::unique_ptr<Changes> mChanges; variable