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

  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_session.h 29 #include "hwc_display.h"
91 auto hwc_display = hwc_session->hwc_display_[display]; local
92 status = (hwc_display->*member)(std::forward<Args>(args)...);
hwc_session_services.cpp 140 HWCDisplay *hwc_display = hwc_display_[HWC_DISPLAY_PRIMARY]; local
144 return hwc_display->Perform(HWCDisplayPrimary::SET_METADATA_DYN_REFRESH_RATE, false);
147 return hwc_display->Perform(HWCDisplayPrimary::SET_METADATA_DYN_REFRESH_RATE, true);
150 return hwc_display->Perform(HWCDisplayPrimary::SET_BINDER_DYN_REFRESH_RATE, refreshRate);
332 HWCDisplay *hwc_display = hwc_display_[HWC_DISPLAY_PRIMARY]; local
333 if (!hwc_display) {
339 DisplayError hwc_error = hwc_display->ControlPartialUpdate(enable, &pending);
403 HWCDisplay *hwc_display = hwc_display_[disp_id]; local
404 if (!hwc_display) {
411 if (hwc_display->GetHdrCapabilities(&out_num_types, nullptr, nullptr, nullptr, nullptr
    [all...]
hwc_session.cpp 1063 HWCDisplay *hwc_display = hwc_display_[HWC_DISPLAY_PRIMARY]; local
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_session.h 28 #include "hwc_display.h"
57 auto hwc_display = hwc_session->hwc_display_[display]; local
58 status = (hwc_display->*member)(std::forward<Args>(args)...);
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_session.h 28 #include "hwc_display.h"
58 auto hwc_display = hwc_session->hwc_display_[display]; local
59 status = (hwc_display->*member)(std::forward<Args>(args)...);
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_session.h 34 #include "hwc_display.h"
101 auto hwc_display = hwc_session->hwc_display_[display]; local
102 status = (hwc_display->*member)(std::forward<Args>(args)...);
hwc_session_services.cpp 139 HWCDisplay *hwc_display = hwc_display_[HWC_DISPLAY_PRIMARY]; local
143 return hwc_display->Perform(HWCDisplayPrimary::SET_METADATA_DYN_REFRESH_RATE, false);
146 return hwc_display->Perform(HWCDisplayPrimary::SET_METADATA_DYN_REFRESH_RATE, true);
149 return hwc_display->Perform(HWCDisplayPrimary::SET_BINDER_DYN_REFRESH_RATE, refreshRate);
333 HWCDisplay *hwc_display = hwc_display_[HWC_DISPLAY_PRIMARY]; local
334 if (!hwc_display) {
340 DisplayError hwc_error = hwc_display->ControlPartialUpdate(enable, &pending);
403 HWCDisplay *hwc_display = hwc_display_[disp_id]; local
404 if (!hwc_display) {
411 if (hwc_display->GetHdrCapabilities(&out_num_types, nullptr, nullptr, nullptr, nullptr
    [all...]
hwc_session.cpp 1109 HWCDisplay *hwc_display = hwc_display_[HWC_DISPLAY_PRIMARY]; local
    [all...]

Completed in 305 milliseconds