Home
last modified time | relevance | path

Searched refs:getDirtyLayers (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/include/hwc2onfbadapter/
DHWC2OnFbAdapter.h74 const std::unordered_set<hwc2_layer_t>& getDirtyLayers() const;
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
DHWC2OnFbAdapter.cpp322 const auto& dirtyLayers = adapter.getDirtyLayers(); in validateDisplayHook()
347 const auto& dirtyLayers = adapter.getDirtyLayers(); in getChangedCompositionTypesHook()
748 const std::unordered_set<hwc2_layer_t>& HWC2OnFbAdapter::getDirtyLayers() const { in getDirtyLayers() function in android::HWC2OnFbAdapter