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

  /hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
HwcHal.h 340 err = mDispatch.getChangedCompositionTypes(mDevice, display, &typesCount, nullptr, nullptr);
347 err = mDispatch.getChangedCompositionTypes(
531 &mDispatch.getChangedCompositionTypes) ||
618 HWC2_PFN_GET_CHANGED_COMPOSITION_TYPES getChangedCompositionTypes;
  /frameworks/native/services/surfaceflinger/DisplayHardware/
ComposerHal.cpp 336 Error Composer::getChangedCompositionTypes(Display display,
    [all...]
HWC2.cpp 367 Error Display::getChangedCompositionTypes(
372 auto intError = mComposer.getChangedCompositionTypes(
387 ALOGV("getChangedCompositionTypes: adding %" PRIu64 " %s",
391 ALOGE("getChangedCompositionTypes: invalid layer %" PRIu64 " found"
  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2Test.cpp 675 void getChangedCompositionTypes(hwc2_display_t display,
714 ASSERT_NO_FATAL_FAILURE(getChangedCompositionTypes(display,
    [all...]
  /hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
HWC2On1Adapter.cpp 176 case FunctionDescriptor::GetChangedCompositionTypes:
178 displayHook<decltype(&Display::getChangedCompositionTypes),
179 &Display::getChangedCompositionTypes, uint32_t*,
625 Error HWC2On1Adapter::Display::getChangedCompositionTypes(
630 ALOGE("[%" PRIu64 "] getChangedCompositionTypes failed: not validated",
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
HWC2On1Adapter.cpp 214 case FunctionDescriptor::GetChangedCompositionTypes:
216 displayHook<decltype(&Display::getChangedCompositionTypes),
217 &Display::getChangedCompositionTypes, uint32_t*,
664 Error HWC2On1Adapter::Display::getChangedCompositionTypes(
670 ALOGE("[%" PRIu64 "] getChangedCompositionTypes failed: not validated",
    [all...]

Completed in 186 milliseconds