Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/include/hwc2onfbadapter/
DHWC2OnFbAdapter.h72 bool hasLayer(hwc2_layer_t layer) const;
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
DHWC2OnFbAdapter.cpp467 if (!adapter.hasLayer(layer)) { in setLayerBufferHook()
481 if (!adapter.hasLayer(layer)) { in setLayerSurfaceDamageHook()
510 if (!adapter.hasLayer(layer)) { in setLayerStateHook()
730 bool HWC2OnFbAdapter::hasLayer(hwc2_layer_t layer) const { in hasLayer() function in android::HWC2OnFbAdapter