HomeSort by relevance Sort by last modified time
    Searched full:baddisplay (Results 1 - 14 of 14) sorted by null

  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_session.h 55 auto status = HWC2::Error::BadDisplay;
72 auto status = HWC2::Error::BadDisplay;
hwc_display.cpp 481 return HWC2::Error::BadDisplay;
574 return HWC2::Error::BadDisplay;
715 return HWC2::Error::BadDisplay;
729 return HWC2::Error::BadDisplay;
    [all...]
hwc_session.cpp 400 auto status = HWC2::Error::BadDisplay;
570 auto status = HWC2::Error::BadDisplay;
589 if (status == HWC2::Error::BadDisplay) {
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_session.h 56 auto status = HWC2::Error::BadDisplay;
73 auto status = HWC2::Error::BadDisplay;
hwc_display.cpp 488 return HWC2::Error::BadDisplay;
581 return HWC2::Error::BadDisplay;
722 return HWC2::Error::BadDisplay;
736 return HWC2::Error::BadDisplay;
    [all...]
hwc_session.cpp 393 auto status = HWC2::Error::BadDisplay;
563 auto status = HWC2::Error::BadDisplay;
586 if (status == HWC2::Error::BadDisplay) {
    [all...]
  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2Test.cpp     [all...]
  /frameworks/native/libs/vr/libvrflinger/
hwc_types.h 213 BadDisplay = HWC2_ERROR_BAD_DISPLAY,
  /frameworks/native/libs/hwc2on1adapter/include/hwc2on1adapter/
HWC2On1Adapter.h 471 return static_cast<int32_t>(HWC2::Error::BadDisplay);
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.cpp 167 return Error::BadDisplay;
  /hardware/qcom/display/msm8994/libhwcomposer/
HWC2On1Adapter.h 405 return static_cast<int32_t>(HWC2::Error::BadDisplay);
HWC2On1Adapter.cpp 386 return Error::BadDisplay;
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer2.h 413 case HWC2_ERROR_BAD_DISPLAY: return "BadDisplay";
616 BadDisplay = HWC2_ERROR_BAD_DISPLAY,
    [all...]
  /frameworks/native/libs/hwc2on1adapter/
HWC2On1Adapter.cpp 342 return Error::BadDisplay;
    [all...]

Completed in 1597 milliseconds