Home
last modified time | relevance | path

Searched refs:HWC2_COMPOSITION_CLIENT (Results 1 – 3 of 3) sorted by relevance

/hardware/libhardware/include/hardware/
Dhwcomposer2.h137 HWC2_COMPOSITION_CLIENT = 1, enumerator
519 case HWC2_COMPOSITION_CLIENT: return "Client"; in getCompositionName()
828 Client = HWC2_COMPOSITION_CLIENT,
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwcomposer.cpp340 out_types[i] = HWC2_COMPOSITION_CLIENT; in Hwc2ImplGetChangedCompositionTypes()
748 if (!iter->second.SetClientComposed(layer, type == HWC2_COMPOSITION_CLIENT)) { in Hwc2ImplSetLayerCompositionType()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
DHWC2OnFbAdapter.cpp353 outTypes[i] = HWC2_COMPOSITION_CLIENT; in getChangedCompositionTypesHook()
495 if (!adapter.markLayerDirty(layer, type != HWC2_COMPOSITION_CLIENT)) { in setLayerCompositionTypeHook()