Searched refs:getChangedCompositionTypes (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
H A DMockComposer.h65 MOCK_METHOD3(getChangedCompositionTypes,
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.h103 virtual Error getChangedCompositionTypes(
302 Error getChangedCompositionTypes(Display display, std::vector<Layer>* outLayers,
H A DHWC2.h210 [[clang::warn_unused_result]] Error getChangedCompositionTypes(
H A DHWC2.cpp367 Error Display::getChangedCompositionTypes( function in class:HWC2::Display
372 auto intError = mComposer.getChangedCompositionTypes(
387 ALOGV("getChangedCompositionTypes: adding %" PRIu64 " %s",
391 ALOGE("getChangedCompositionTypes: invalid layer %" PRIu64 " found"
H A DHWComposer.cpp465 error = hwcDisplay->getChangedCompositionTypes(&changedTypes);
466 RETURN_IF_HWC_ERROR_FOR("getChangedCompositionTypes", error, displayId, BAD_INDEX);
H A DComposerHal.cpp336 Error Composer::getChangedCompositionTypes(Display display, function in class:android::Hwc2::impl::Composer
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2Test.cpp675 void getChangedCompositionTypes(hwc2_display_t display, function in class:Hwc2Test
714 ASSERT_NO_FATAL_FAILURE(getChangedCompositionTypes(display,
3571 EXPECT_NO_FATAL_FAILURE(getChangedCompositionTypes(display, &layers,
3587 ASSERT_NO_FATAL_FAILURE(test->getChangedCompositionTypes(

Completed in 24 milliseconds