Searched refs:intError (Results 1 – 1 of 1) sorted by relevance
128 auto intError = mComposer.acceptDisplayChanges(mId); in acceptChanges() local129 return static_cast<Error>(intError); in acceptChanges()134 auto intError = mComposer.createLayer(mId, &layerId); in createLayer() local135 auto error = static_cast<Error>(intError); in createLayer()169 auto intError = mComposer.getChangedCompositionTypes( in getChangedCompositionTypes() local172 const auto error = static_cast<Error>(intError); in getChangedCompositionTypes()197 auto intError = mComposer.getColorModes(mId, outModes); in getColorModes() local198 return static_cast<Error>(intError); in getColorModes()241 auto intError = mComposer.getRenderIntents(mId, colorMode, outRenderIntents); in getRenderIntents() local242 return static_cast<Error>(intError); in getRenderIntents()[all …]