Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DDisplayColorProfile.cpp332 decodeRenderIntent(intent).c_str(), in addColorMode()
334 decodeColorMode(hwcColorMode).c_str(), decodeRenderIntent(hwcIntent).c_str()); in addColorMode()
370 decodeRenderIntent(intent).c_str()); in getBestColorMode()
H A DOutput.cpp271 decodeRenderIntent(colorProfile.renderIntent).c_str(), colorProfile.renderIntent); in setColorProfile()
/aosp12/frameworks/native/libs/ui/include/ui/
H A DDebugUtils.h36 std::string decodeRenderIntent(android::ui::RenderIntent renderIntent);
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DDebugUtils.h36 std::string decodeRenderIntent(android::ui::RenderIntent renderIntent);
/aosp12/frameworks/native/libs/ui/
H A DDebugUtils.cpp310 std::string decodeRenderIntent(RenderIntent renderIntent) { in decodeRenderIntent() function
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp420 decodeRenderIntent(renderIntent) + ")") in setActiveColorMode()