Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/include/hwc2onfbadapter/
DHWC2OnFbAdapter.h73 bool markLayerDirty(hwc2_layer_t layer, bool dirty);
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
DHWC2OnFbAdapter.cpp495 if (!adapter.markLayerDirty(layer, type != HWC2_COMPOSITION_CLIENT)) { in setLayerCompositionTypeHook()
734 bool HWC2OnFbAdapter::markLayerDirty(hwc2_layer_t layer, bool dirty) { in markLayerDirty() function in android::HWC2OnFbAdapter