Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.h611 hwc2_display_t display, hwc2_layer_t layer, int32_t intType) { in setLayerCompositionTypeHook() argument
612 auto type = static_cast<HWC2::Composition>(intType); in setLayerCompositionTypeHook()
DHWC2On1Adapter.cpp686 auto intType = static_cast<int32_t>(element.second); in getChangedCompositionTypes() local
690 outTypes[numWritten] = intType; in getChangedCompositionTypes()