Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp158 for (auto hdrIntent : sHdrRenderIntents) { in getRenderIntentCandidates() local
159 if (hdrIntent == intent) { in getRenderIntentCandidates()
167 for (auto hdrIntent : sHdrRenderIntents) { in getRenderIntentCandidates() local
168 if (hdrIntent != intent) { in getRenderIntentCandidates()
169 candidates.push_back(hdrIntent); in getRenderIntentCandidates()