Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.cpp128 auto intError = mComposer.acceptDisplayChanges(mId); in acceptChanges() local
129 return static_cast<Error>(intError); in acceptChanges()
134 auto intError = mComposer.createLayer(mId, &layerId); in createLayer() local
135 auto error = static_cast<Error>(intError); in createLayer()
169 auto intError = mComposer.getChangedCompositionTypes( in getChangedCompositionTypes() local
172 const auto error = static_cast<Error>(intError); in getChangedCompositionTypes()
197 auto intError = mComposer.getColorModes(mId, outModes); in getColorModes() local
198 return static_cast<Error>(intError); in getColorModes()
241 auto intError = mComposer.getRenderIntents(mId, colorMode, outRenderIntents); in getRenderIntents() local
242 return static_cast<Error>(intError); in getRenderIntents()
[all …]