Home
last modified time | relevance | path

Searched refs:SetLayerColor (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_layers.h67 HWC2::Error SetLayerColor(hwc_color_t color);
Dhwc_session.cpp466 static int32_t SetLayerColor(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, in SetLayerColor() function
468 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerColor, color); in SetLayerColor()
653 case HWC2::FunctionDescriptor::SetLayerColor: in GetFunction()
654 return AsFP<HWC2_PFN_SET_LAYER_COLOR>(SetLayerColor); in GetFunction()
Dhwc_layers.cpp195 HWC2::Error HWCLayer::SetLayerColor(hwc_color_t color) { in SetLayerBuffer() function in sdm::HWCLayer
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_layers.h65 HWC2::Error SetLayerColor(hwc_color_t color);
Dhwc_session.cpp473 static int32_t SetLayerColor(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, in SetLayerColor() function
475 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerColor, color); in SetLayerColor()
656 case HWC2::FunctionDescriptor::SetLayerColor: in GetFunction()
657 return AsFP<HWC2_PFN_SET_LAYER_COLOR>(SetLayerColor); in GetFunction()
Dhwc_layers.cpp159 HWC2::Error HWCLayer::SetLayerColor(hwc_color_t color) { in SetLayerColor() function in sdm::HWCLayer
/hardware/libhardware/include/hardware/
Dhwcomposer2.h656 SetLayerColor = HWC2_FUNCTION_SET_LAYER_COLOR, enumerator
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp305 case FunctionDescriptor::SetLayerColor: in doGetFunction()