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

  /external/wayland-protocols/flinger_headers/
hwcomposer2_arc_private.h 172 GetDisplayAttribute = HWC2_ARC_PRIVATE_FUNCTION_GET_DISPLAY_ATTRIBUTE,
  /external/drm_hwcomposer/
drmhwctwo.cpp 327 HWC2::Error DrmHwcTwo::HwcDisplay::GetDisplayAttribute(hwc2_config_t config,
912 case HWC2::FunctionDescriptor::GetDisplayAttribute:
914 decltype(&HwcDisplay::GetDisplayAttribute),
915 &HwcDisplay::GetDisplayAttribute, hwc2_config_t, int32_t, int32_t *>);
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_display.cpp 787 HWC2::Error HWCDisplay::GetDisplayAttribute(hwc2_config_t config, HWC2::Attribute attribute,
    [all...]
hwc_session.cpp 445 static int32_t GetDisplayAttribute(hwc2_device_t *device, hwc2_display_t display,
449 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::GetDisplayAttribute, config,
800 case HWC2::FunctionDescriptor::GetDisplayAttribute:
801 return AsFP<HWC2_PFN_GET_DISPLAY_ATTRIBUTE>(GetDisplayAttribute);
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_display.cpp 752 HWC2::Error HWCDisplay::GetDisplayAttribute(hwc2_config_t config, HWC2::Attribute attribute,
    [all...]
hwc_session.cpp 440 static int32_t GetDisplayAttribute(hwc2_device_t *device, hwc2_display_t display,
444 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::GetDisplayAttribute, config,
748 case HWC2::FunctionDescriptor::GetDisplayAttribute:
749 return AsFP<HWC2_PFN_GET_DISPLAY_ATTRIBUTE>(GetDisplayAttribute);
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display.cpp 560 HWC2::Error HWCDisplay::GetDisplayAttribute(hwc2_config_t config, HWC2::Attribute attribute,
    [all...]
hwc_session.cpp 330 static int32_t GetDisplayAttribute(hwc2_device_t *device, hwc2_display_t display,
334 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::GetDisplayAttribute, config,
620 case HWC2::FunctionDescriptor::GetDisplayAttribute:
621 return AsFP<HWC2_PFN_GET_DISPLAY_ATTRIBUTE>(GetDisplayAttribute);
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_display.cpp 760 HWC2::Error HWCDisplay::GetDisplayAttribute(hwc2_config_t config, HWC2::Attribute attribute,
    [all...]
hwc_session.cpp 347 static int32_t GetDisplayAttribute(hwc2_device_t *device, hwc2_display_t display,
351 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::GetDisplayAttribute, config,
642 case HWC2::FunctionDescriptor::GetDisplayAttribute:
643 return AsFP<HWC2_PFN_GET_DISPLAY_ATTRIBUTE>(GetDisplayAttribute);
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer2.h 36 /* Display attributes queryable through getDisplayAttribute */
479 case HWC2_FUNCTION_GET_DISPLAY_ATTRIBUTE: return "GetDisplayAttribute";
683 GetDisplayAttribute = HWC2_FUNCTION_GET_DISPLAY_ATTRIBUTE,
    [all...]

Completed in 907 milliseconds