HomeSort by relevance Sort by last modified time
    Searched refs:PresentDisplay (Results 1 - 13 of 13) sorted by null

  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_session.h 96 static int32_t PresentDisplay(hwc2_device_t *device, hwc2_display_t display,
hwc_session.cpp 391 int32_t HWCSession::PresentDisplay(hwc2_device_t *device, hwc2_display_t display,
638 case HWC2::FunctionDescriptor::PresentDisplay:
639 return AsFP<HWC2_PFN_PRESENT_DISPLAY>(PresentDisplay);
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_session.h 97 static int32_t PresentDisplay(hwc2_device_t *device, hwc2_display_t display,
hwc_session.cpp 411 int32_t HWCSession::PresentDisplay(hwc2_device_t *device, hwc2_display_t display,
660 case HWC2::FunctionDescriptor::PresentDisplay:
661 return AsFP<HWC2_PFN_PRESENT_DISPLAY>(PresentDisplay);
    [all...]
  /external/drm_hwcomposer/
drmhwctwo.cpp 484 HWC2::Error DrmHwcTwo::HwcDisplay::PresentDisplay(int32_t *retire_fence) {
    [all...]
drmhwctwo.h 174 HWC2::Error PresentDisplay(int32_t *retire_fence);
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_session.h 141 static int32_t PresentDisplay(hwc2_device_t *device, hwc2_display_t display,
hwc_session.cpp 511 int32_t HWCSession::PresentDisplay(hwc2_device_t *device, hwc2_display_t display,
818 case HWC2::FunctionDescriptor::PresentDisplay:
819 return AsFP<HWC2_PFN_PRESENT_DISPLAY>(PresentDisplay);
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_session.h 130 static int32_t PresentDisplay(hwc2_device_t *device, hwc2_display_t display,
hwc_session.cpp 506 int32_t HWCSession::PresentDisplay(hwc2_device_t *device, hwc2_display_t display,
766 case HWC2::FunctionDescriptor::PresentDisplay:
767 return AsFP<HWC2_PFN_PRESENT_DISPLAY>(PresentDisplay);
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer2.h 109 * receiving a call to presentDisplay. The client will always skip
110 * validateDisplay and try to call presentDisplay regardless of the changes
112 * HWC2_ERROR_NONE, it will call validateDisplay then presentDisplay again.
114 * presentDisplay should fail as fast as possible in the case a
489 case HWC2_FUNCTION_PRESENT_DISPLAY: return "PresentDisplay";
692 PresentDisplay = HWC2_FUNCTION_PRESENT_DISPLAY,
    [all...]
  /hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
HWC2On1Adapter.cpp 219 case FunctionDescriptor::PresentDisplay:
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
HWC2On1Adapter.cpp 257 case FunctionDescriptor::PresentDisplay:
    [all...]

Completed in 412 milliseconds