Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_layers.h66 HWC2::Error SetLayerColor(hwc_color_t color);
Dhwc_session.cpp477 static int32_t SetLayerColor(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, in SetLayerColor() function
479 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerColor, color); in SetLayerColor()
660 case HWC2::FunctionDescriptor::SetLayerColor: in GetFunction()
661 return AsFP<HWC2_PFN_SET_LAYER_COLOR>(SetLayerColor); in GetFunction()
Dhwc_layers.cpp186 HWC2::Error HWCLayer::SetLayerColor(hwc_color_t color) { in SetLayerColor() function in sdm::HWCLayer
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_layers.h68 HWC2::Error SetLayerColor(hwc_color_t color);
Dhwc_session.cpp598 static int32_t SetLayerColor(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, in SetLayerColor() function
600 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerColor, color); in SetLayerColor()
784 case HWC2::FunctionDescriptor::SetLayerColor: in GetFunction()
785 return AsFP<HWC2_PFN_SET_LAYER_COLOR>(SetLayerColor); in GetFunction()
Dhwc_layers.cpp212 HWC2::Error HWCLayer::SetLayerColor(hwc_color_t color) { in SetLayerColor() function in sdm::HWCLayer
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_layers.h72 HWC2::Error SetLayerColor(hwc_color_t color);
Dhwc_session.cpp635 static int32_t SetLayerColor(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, in SetLayerColor() function
637 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerColor, color); in SetLayerColor()
829 case HWC2::FunctionDescriptor::SetLayerColor: in GetFunction()
830 return AsFP<HWC2_PFN_SET_LAYER_COLOR>(SetLayerColor); in GetFunction()
Dhwc_layers.cpp311 HWC2::Error HWCLayer::SetLayerColor(hwc_color_t color) { in SetLayerColor() function in sdm::HWCLayer
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_layers.h72 HWC2::Error SetLayerColor(hwc_color_t color);
Dhwc_session.cpp492 static int32_t SetLayerColor(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, in SetLayerColor() function
494 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerColor, color); in SetLayerColor()
678 case HWC2::FunctionDescriptor::SetLayerColor: in GetFunction()
679 return AsFP<HWC2_PFN_SET_LAYER_COLOR>(SetLayerColor); in GetFunction()
Dhwc_layers.cpp335 HWC2::Error HWCLayer::SetLayerColor(hwc_color_t color) { in SetLayerColor() function in sdm::HWCLayer
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_layers.h82 HWC2::Error SetLayerColor(hwc_color_t color);
Dhwc_session.cpp1096 static int32_t SetLayerColor(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, in SetLayerColor() function
1098 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerColor, color); in SetLayerColor()
1480 case HWC2::FunctionDescriptor::SetLayerColor: in GetFunction()
1481 return AsFP<HWC2_PFN_SET_LAYER_COLOR>(SetLayerColor); in GetFunction()
Dhwc_layers.cpp368 HWC2::Error HWCLayer::SetLayerColor(hwc_color_t color) { in SetLayerColor() function in sdm::HWCLayer
/hardware/qcom/sm7250/display/composer/
Dhwc_layers.h95 HWC2::Error SetLayerColor(hwc_color_t color);
Dhwc_session.h300 int32_t SetLayerColor(hwc2_display_t display, hwc2_layer_t layer, hwc_color_t color);
Dhwc_layers.cpp449 HWC2::Error HWCLayer::SetLayerColor(hwc_color_t color) { in SetLayerColor() function in sdm::HWCLayer
Dhwc_session.cpp1037 int32_t HWCSession::SetLayerColor(hwc2_display_t display, hwc2_layer_t layer, hwc_color_t color) { in SetLayerColor() function in sdm::HWCSession
1038 return CallLayerFunction(display, layer, &HWCLayer::SetLayerColor, color); in SetLayerColor()
DQtiComposerClient.cpp1691 auto err = mClient.hwc_session_->SetLayerColor(mDisplay, mLayer, hwc_color); in parseSetLayerColor()
/hardware/libhardware/include_all/hardware/
Dhwcomposer2.h908 SetLayerColor = HWC2_FUNCTION_SET_LAYER_COLOR, enumerator
/hardware/libhardware/include/hardware/
Dhwcomposer2.h908 SetLayerColor = HWC2_FUNCTION_SET_LAYER_COLOR, enumerator
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp272 case FunctionDescriptor::SetLayerColor: in doGetFunction()
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp305 case FunctionDescriptor::SetLayerColor: in doGetFunction()
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsHalGraphicsComposer3_TargetTest.cpp2167 TEST_P(GraphicsComposerAidlCommandTest, SetLayerColor) { in TEST_P() argument