Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_layers.cpp227 HWC2::Error HWCLayer::SetLayerDisplayFrame(hwc_rect_t frame) { in SetLayerDisplayFrame() function in sdm::HWCLayer
Dhwc_session.cpp495 static int32_t SetLayerDisplayFrame(hwc2_device_t *device, hwc2_display_t display, in SetLayerDisplayFrame() function
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_layers.cpp280 HWC2::Error HWCLayer::SetLayerDisplayFrame(hwc_rect_t frame) { in SetLayerDisplayFrame() function in sdm::HWCLayer
Dhwc_session.cpp616 static int32_t SetLayerDisplayFrame(hwc2_device_t *device, hwc2_display_t display, in SetLayerDisplayFrame() function
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_layers.cpp380 HWC2::Error HWCLayer::SetLayerDisplayFrame(hwc_rect_t frame) { in SetLayerDisplayFrame() function in sdm::HWCLayer
Dhwc_session.cpp653 static int32_t SetLayerDisplayFrame(hwc2_device_t *device, hwc2_display_t display, in SetLayerDisplayFrame() function
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_layers.cpp408 HWC2::Error HWCLayer::SetLayerDisplayFrame(hwc_rect_t frame) { in SetLayerDisplayFrame() function in sdm::HWCLayer
Dhwc_session.cpp510 static int32_t SetLayerDisplayFrame(hwc2_device_t *device, hwc2_display_t display, in SetLayerDisplayFrame() function
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_layers.cpp427 HWC2::Error HWCLayer::SetLayerDisplayFrame(hwc_rect_t frame) { in SetLayerDisplayFrame() function in sdm::HWCLayer
Dhwc_session.cpp1114 static int32_t SetLayerDisplayFrame(hwc2_device_t *device, hwc2_display_t display, in SetLayerDisplayFrame() function
/hardware/qcom/sm7250/display/composer/
Dhwc_layers.cpp507 HWC2::Error HWCLayer::SetLayerDisplayFrame(hwc_rect_t frame) { in SetLayerDisplayFrame() function in sdm::HWCLayer
Dhwc_session.cpp1052 int32_t HWCSession::SetLayerDisplayFrame(hwc2_display_t display, hwc2_layer_t layer, in SetLayerDisplayFrame() function in sdm::HWCSession
/hardware/libhardware/include_all/hardware/
Dhwcomposer2.h911 SetLayerDisplayFrame = HWC2_FUNCTION_SET_LAYER_DISPLAY_FRAME, enumerator
/hardware/libhardware/include/hardware/
Dhwcomposer2.h911 SetLayerDisplayFrame = HWC2_FUNCTION_SET_LAYER_DISPLAY_FRAME, enumerator
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsHalGraphicsComposer3_TargetTest.cpp2258 TEST_P(GraphicsComposerAidlCommandTest, SetLayerDisplayFrame) { in TEST_P() argument