Home
last modified time | relevance | path

Searched refs:decodeRenderIntent (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/ui/include_vndk/ui/
DDebugUtils.h35 std::string decodeRenderIntent(android::ui::RenderIntent renderIntent);
/frameworks/native/libs/ui/include/ui/
DDebugUtils.h35 std::string decodeRenderIntent(android::ui::RenderIntent renderIntent);
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp709 decodeRenderIntent(intent).c_str(), in addColorMode()
711 decodeColorMode(hwcColorMode).c_str(), decodeRenderIntent(hwcIntent).c_str()); in addColorMode()
786 decodeRenderIntent(intent).c_str()); in getBestColorMode()
DSurfaceFlinger.cpp1066 decodeRenderIntent(renderIntent).c_str(), renderIntent, in setActiveColorModeInternal()
/frameworks/native/libs/ui/
DDebugUtils.cpp307 std::string decodeRenderIntent(RenderIntent renderIntent) { in decodeRenderIntent() function
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp359 decodeRenderIntent(renderIntent) + ")") in setActiveColorMode()