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

  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_session.h 106 static int32_t ValidateDisplay(hwc2_device_t *device, hwc2_display_t display,
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.h 107 static int32_t ValidateDisplay(hwc2_device_t *device, hwc2_display_t display,
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...]
  /external/drm_hwcomposer/
drmhwctwo.cpp 690 HWC2::Error DrmHwcTwo::HwcDisplay::ValidateDisplay(uint32_t *num_types,
    [all...]
drmhwctwo.h 109 // validated_type_ stores the type after running ValidateDisplay
183 HWC2::Error ValidateDisplay(uint32_t *num_types, uint32_t *num_requests);
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_session.h 149 static int32_t ValidateDisplay(hwc2_device_t *device, hwc2_display_t display,
hwc_session.cpp 732 int32_t HWCSession::ValidateDisplay(hwc2_device_t *device, hwc2_display_t display,
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_session.h 140 static int32_t ValidateDisplay(hwc2_device_t *device, hwc2_display_t display,
hwc_session.cpp 689 int32_t HWCSession::ValidateDisplay(hwc2_device_t *device, hwc2_display_t display,
812 case HWC2::FunctionDescriptor::ValidateDisplay:
813 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...]
  /hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
HWC2On1Adapter.cpp 244 case FunctionDescriptor::ValidateDisplay:
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
HWC2On1Adapter.cpp 282 case FunctionDescriptor::ValidateDisplay:
    [all...]

Completed in 750 milliseconds