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

  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_session.h 88 static int32_t AcceptDisplayChanges(hwc2_device_t *device, hwc2_display_t display);
hwc_display.h 146 virtual HWC2::Error AcceptDisplayChanges(void);
hwc_session.cpp 223 int32_t HWCSession::AcceptDisplayChanges(hwc2_device_t *device,
226 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::AcceptDisplayChanges);
600 case HWC2::FunctionDescriptor::AcceptDisplayChanges:
601 return AsFP<HWC2_PFN_ACCEPT_DISPLAY_CHANGES>(HWCSession::AcceptDisplayChanges);
    [all...]
hwc_display.cpp 763 HWC2::Error HWCDisplay::AcceptDisplayChanges() {
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_session.h 89 static int32_t AcceptDisplayChanges(hwc2_device_t *device, hwc2_display_t display);
hwc_display.h 155 virtual HWC2::Error AcceptDisplayChanges(void);
hwc_session.cpp 241 int32_t HWCSession::AcceptDisplayChanges(hwc2_device_t *device, hwc2_display_t display) {
243 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::AcceptDisplayChanges);
622 case HWC2::FunctionDescriptor::AcceptDisplayChanges:
623 return AsFP<HWC2_PFN_ACCEPT_DISPLAY_CHANGES>(HWCSession::AcceptDisplayChanges);
    [all...]
hwc_display.cpp     [all...]
  /external/drm_hwcomposer/
drmhwctwo.cpp 243 HWC2::Error DrmHwcTwo::HwcDisplay::AcceptDisplayChanges() {
882 case HWC2::FunctionDescriptor::AcceptDisplayChanges:
884 DisplayHook<decltype(&HwcDisplay::AcceptDisplayChanges),
885 &HwcDisplay::AcceptDisplayChanges>);
    [all...]
drmhwctwo.h 148 HWC2::Error AcceptDisplayChanges();
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_display.h 168 virtual HWC2::Error AcceptDisplayChanges(void);
hwc_session.h 133 static int32_t AcceptDisplayChanges(hwc2_device_t *device, hwc2_display_t display);
hwc_session.cpp 333 int32_t HWCSession::AcceptDisplayChanges(hwc2_device_t *device, hwc2_display_t display) {
334 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::AcceptDisplayChanges);
780 case HWC2::FunctionDescriptor::AcceptDisplayChanges:
781 return AsFP<HWC2_PFN_ACCEPT_DISPLAY_CHANGES>(HWCSession::AcceptDisplayChanges);
    [all...]
hwc_display.cpp     [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_display.h 170 virtual HWC2::Error AcceptDisplayChanges(void);
hwc_session.h 122 static int32_t AcceptDisplayChanges(hwc2_device_t *device, hwc2_display_t display);
hwc_session.cpp 313 int32_t HWCSession::AcceptDisplayChanges(hwc2_device_t *device, hwc2_display_t display) {
319 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::AcceptDisplayChanges);
728 case HWC2::FunctionDescriptor::AcceptDisplayChanges:
729 return AsFP<HWC2_PFN_ACCEPT_DISPLAY_CHANGES>(HWCSession::AcceptDisplayChanges);
    [all...]
hwc_display.cpp 984 HWC2::Error HWCDisplay::AcceptDisplayChanges() {
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer2.h 465 return "AcceptDisplayChanges";
673 AcceptDisplayChanges = HWC2_FUNCTION_ACCEPT_DISPLAY_CHANGES,
    [all...]
  /hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
HWC2On1Adapter.cpp 160 case FunctionDescriptor::AcceptDisplayChanges:
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
HWC2On1Adapter.cpp 198 case FunctionDescriptor::AcceptDisplayChanges:
    [all...]

Completed in 1264 milliseconds