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

/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp203 for (auto hwcIntent : hwcIntents) {
204 if (candidate == hwcIntent) {
702 const RenderIntent hwcIntent = getHwcRenderIntent(hwcIntents, intent); local
711 decodeColorMode(hwcColorMode).c_str(), decodeRenderIntent(hwcIntent).c_str());
713 mColorModes[getColorModeKey(dataspace, intent)] = {hwcDataspace, hwcColorMode, hwcIntent};

Completed in 24 milliseconds