Searched defs:SetLayerDisplayFrame (Results 1 - 9 of 9) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_layers.cpp200 HWC2::Error HWCLayer::SetLayerDisplayFrame(hwc_rect_t frame) { function in class:sdm::HWCLayer
H A Dhwc_session.cpp491 static int32_t SetLayerDisplayFrame(hwc2_device_t *device, hwc2_display_t display, function in namespace:sdm
493 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerDisplayFrame,
662 case HWC2::FunctionDescriptor::SetLayerDisplayFrame:
663 return AsFP<HWC2_PFN_SET_LAYER_DISPLAY_FRAME>(SetLayerDisplayFrame);
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_layers.cpp380 HWC2::Error HWCLayer::SetLayerDisplayFrame(hwc_rect_t frame) { function in class:sdm::HWCLayer
396 SetLayerDisplayFrame(frame);
H A Dhwc_session.cpp660 static int32_t SetLayerDisplayFrame(hwc2_device_t *device, hwc2_display_t display, function in namespace:sdm
662 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerDisplayFrame,
842 case HWC2::FunctionDescriptor::SetLayerDisplayFrame:
843 return AsFP<HWC2_PFN_SET_LAYER_DISPLAY_FRAME>(SetLayerDisplayFrame);
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_layers.cpp280 HWC2::Error HWCLayer::SetLayerDisplayFrame(hwc_rect_t frame) { function in class:sdm::HWCLayer
296 SetLayerDisplayFrame(frame);
H A Dhwc_session.cpp616 static int32_t SetLayerDisplayFrame(hwc2_device_t *device, hwc2_display_t display, function in namespace:sdm
618 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerDisplayFrame,
790 case HWC2::FunctionDescriptor::SetLayerDisplayFrame:
791 return AsFP<HWC2_PFN_SET_LAYER_DISPLAY_FRAME>(SetLayerDisplayFrame);
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_layers.cpp396 HWC2::Error HWCLayer::SetLayerDisplayFrame(hwc_rect_t frame) { function in class:sdm::HWCLayer
H A Dhwc_session.cpp510 static int32_t SetLayerDisplayFrame(hwc2_device_t *device, hwc2_display_t display, function in namespace:sdm
512 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerDisplayFrame,
684 case HWC2::FunctionDescriptor::SetLayerDisplayFrame:
685 return AsFP<HWC2_PFN_SET_LAYER_DISPLAY_FRAME>(SetLayerDisplayFrame);
/hardware/libhardware/include/hardware/
H A Dhwcomposer2.h503 return "SetLayerDisplayFrame";
704 SetLayerDisplayFrame = HWC2_FUNCTION_SET_LAYER_DISPLAY_FRAME, member in class:HWC2::FunctionDescriptor

Completed in 38 milliseconds