HomeSort by relevance Sort by last modified time
    Searched defs:ValidateDisplay (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_session.cpp 560 int32_t HWCSession::ValidateDisplay(hwc2_device_t *device, hwc2_display_t display,
684 case HWC2::FunctionDescriptor::ValidateDisplay:
685 return AsFP<HWC2_PFN_VALIDATE_DISPLAY>(HWCSession::ValidateDisplay);
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_session.cpp 583 int32_t HWCSession::ValidateDisplay(hwc2_device_t *device, hwc2_display_t display,
706 case HWC2::FunctionDescriptor::ValidateDisplay:
707 return AsFP<HWC2_PFN_VALIDATE_DISPLAY>(HWCSession::ValidateDisplay);
    [all...]
  /hardware/qcom/display/sdm845/sdm/libs/hwc2/
hwc_session.cpp 574 int32_t HWCSession::ValidateDisplay(hwc2_device_t *device, hwc2_display_t display,
702 case HWC2::FunctionDescriptor::ValidateDisplay:
703 return AsFP<HWC2_PFN_VALIDATE_DISPLAY>(HWCSession::ValidateDisplay);
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer2.h 108 /* Specifies that a device is able to skip the validateDisplay call before
110 * validateDisplay and try to call presentDisplay regardless of the changes
112 * HWC2_ERROR_NONE, it will call validateDisplay then presentDisplay again.
115 * validateDisplay step is needed.
134 * Upon validateDisplay, the device may request a change from this type to
142 * upon the next call to validateDisplay.
144 * Upon validateDisplay, the device may request a change from this type to
152 * HWC2_COMPOSITION_CLIENT upon the next call to validateDisplay.
154 * Upon validateDisplay, the device may request a change from this type to
164 * Upon validateDisplay, the device may request a change from this type t
    [all...]

Completed in 118 milliseconds