Home
last modified time | relevance | path

Searched refs:getRenderIntents (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockDisplay.h49 MOCK_CONST_METHOD2(getRenderIntents,
DMockComposer.h114 MOCK_METHOD3(getRenderIntents, Error(Display, ColorMode, std::vector<RenderIntent>*));
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWComposer.h61 MOCK_CONST_METHOD2(getRenderIntents, std::vector<ui::RenderIntent>(DisplayId, ui::ColorMode));
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h126 virtual std::vector<ui::RenderIntent> getRenderIntents(DisplayId displayId,
264 std::vector<ui::RenderIntent> getRenderIntents(DisplayId displayId,
DHWC2.h218 [[clang::warn_unused_result]] virtual Error getRenderIntents(
287 Error getRenderIntents(android::ui::ColorMode colorMode,
DComposerHal.h186 virtual Error getRenderIntents(Display display, ColorMode colorMode,
398 Error getRenderIntents(Display display, ColorMode colorMode,
DHWComposer.cpp729 std::vector<ui::RenderIntent> HWComposer::getRenderIntents(DisplayId displayId, in getRenderIntents() function in android::impl::HWComposer
734 auto error = mDisplayData.at(displayId).hwcDisplay->getRenderIntents(colorMode, &renderIntents); in getRenderIntents()
DHWC2.cpp443 Error Display::getRenderIntents(ColorMode colorMode, in getRenderIntents() function in HWC2::impl::Display
446 auto intError = mComposer.getRenderIntents(mId, colorMode, outRenderIntents); in getRenderIntents()
DComposerHal.cpp983 Error Composer::getRenderIntents(Display display, ColorMode colorMode, in getRenderIntents() function in android::Hwc2::impl::Composer
1004 mClient_2_2->getRenderIntents(display, static_cast<types::V1_1::ColorMode>(colorMode), in getRenderIntents()
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp606 EXPECT_CALL(*test->mComposer, getRenderIntents(_, _, _)).Times(0); in setupComposerCallExpectations()
631 getRenderIntents(Display::HWC_DISPLAY_ID, ColorMode::DISPLAY_P3, _)) in setupComposerCallExpectations()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2587 getHwComposer().getRenderIntents(*displayId, colorMode); in setupNewDisplayDeviceInternal()