Home
last modified time | relevance | path

Searched defs:SetLayerColor (Results 1 – 15 of 15) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_layers.cpp186 HWC2::Error HWCLayer::SetLayerColor(hwc_color_t color) { in SetLayerColor() function in sdm::HWCLayer
Dhwc_session.cpp477 static int32_t SetLayerColor(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, in SetLayerColor() function
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_layers.cpp212 HWC2::Error HWCLayer::SetLayerColor(hwc_color_t color) { in SetLayerColor() function in sdm::HWCLayer
Dhwc_session.cpp598 static int32_t SetLayerColor(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, in SetLayerColor() function
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_layers.cpp311 HWC2::Error HWCLayer::SetLayerColor(hwc_color_t color) { in SetLayerColor() function in sdm::HWCLayer
Dhwc_session.cpp635 static int32_t SetLayerColor(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, in SetLayerColor() function
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_layers.cpp335 HWC2::Error HWCLayer::SetLayerColor(hwc_color_t color) { in SetLayerColor() function in sdm::HWCLayer
Dhwc_session.cpp492 static int32_t SetLayerColor(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, in SetLayerColor() function
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_layers.cpp368 HWC2::Error HWCLayer::SetLayerColor(hwc_color_t color) { in SetLayerColor() function in sdm::HWCLayer
Dhwc_session.cpp1096 static int32_t SetLayerColor(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, in SetLayerColor() function
/hardware/qcom/sm7250/display/composer/
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
/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/aidl/vts/
DVtsHalGraphicsComposer3_TargetTest.cpp2167 TEST_P(GraphicsComposerAidlCommandTest, SetLayerColor) { in TEST_P() argument