Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp451 mChanges(), in Display()
472 if (!mChanges) { in acceptChanges()
479 for (auto& change : mChanges->getTypeChanges()) { in acceptChanges()
492 mChanges->clearTypeChanges(); in acceptChanges()
569 if (!mChanges) { in getChangedCompositionTypes()
576 *outNumElements = mChanges->getTypeChanges().size(); in getChangedCompositionTypes()
581 for (const auto& element : mChanges->getTypeChanges()) { in getChangedCompositionTypes()
694 if (!mChanges) { in getRequests()
699 *outNumElements = mChanges->getNumLayerRequests(); in getRequests()
708 for (const auto& request : mChanges->getLayerRequests()) { in getRequests()
[all …]
DEmuHWC2.h362 std::unique_ptr<Changes> mChanges; variable
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.cpp537 mChanges(), in Display()
559 if (!mChanges) { in acceptChanges()
566 for (auto& change : mChanges->getTypeChanges()) { in acceptChanges()
579 mChanges->clearTypeChanges(); in acceptChanges()
651 if (!mChanges) { in getChangedCompositionTypes()
658 *outNumElements = mChanges->getTypeChanges().size(); in getChangedCompositionTypes()
663 for (const auto& element : mChanges->getTypeChanges()) { in getChangedCompositionTypes()
776 if (!mChanges) { in getRequests()
781 *outNumElements = mChanges->getNumLayerRequests(); in getRequests()
790 for (const auto& request : mChanges->getLayerRequests()) { in getRequests()
[all …]
DHWC2.h429 std::unique_ptr<Changes> mChanges; variable