Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/include/ui/
DDebugUtils.h39 std::string decodeRenderIntent(android::ui::RenderIntent renderIntent);
/frameworks/native/libs/ui/include_vndk/ui/
DDebugUtils.h39 std::string decodeRenderIntent(android::ui::RenderIntent renderIntent);
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplayColorProfile.cpp321 decodeRenderIntent(intent).c_str(), in addColorMode()
323 decodeColorMode(hwcColorMode).c_str(), decodeRenderIntent(hwcIntent).c_str()); in addColorMode()
359 decodeRenderIntent(intent).c_str()); in getBestColorMode()
DOutput.cpp283 decodeRenderIntent(colorProfile.renderIntent).c_str(), colorProfile.renderIntent); in setColorProfile()
/frameworks/native/libs/ui/
DDebugUtils.cpp329 std::string decodeRenderIntent(RenderIntent renderIntent) { in decodeRenderIntent() function
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp411 decodeRenderIntent(renderIntent) + ")") in setActiveColorMode()