Searched defs:SetLayerVisibleRegion (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_layers.cpp269 HWC2::Error HWCLayer::SetLayerVisibleRegion(hwc_region_t visible) { function in class:sdm::HWCLayer
H A Dhwc_session.cpp521 static int32_t SetLayerVisibleRegion(hwc2_device_t *device, hwc2_display_t display, function in namespace:sdm
523 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerVisibleRegion,
674 case HWC2::FunctionDescriptor::SetLayerVisibleRegion:
675 return AsFP<HWC2_PFN_SET_LAYER_VISIBLE_REGION>(SetLayerVisibleRegion);
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_layers.cpp303 HWC2::Error HWCLayer::SetLayerVisibleRegion(hwc_region_t visible) { function in class:sdm::HWCLayer
H A Dhwc_session.cpp514 static int32_t SetLayerVisibleRegion(hwc2_device_t *device, hwc2_display_t display, function in namespace:sdm
516 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerVisibleRegion,
671 case HWC2::FunctionDescriptor::SetLayerVisibleRegion:
672 return AsFP<HWC2_PFN_SET_LAYER_VISIBLE_REGION>(SetLayerVisibleRegion);
/hardware/libhardware/include/hardware/
H A Dhwcomposer2.h476 return "SetLayerVisibleRegion";
665 SetLayerVisibleRegion = HWC2_FUNCTION_SET_LAYER_VISIBLE_REGION, member in class:HWC2::FunctionDescriptor

Completed in 123 milliseconds