Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/
DHwcHal.h342 mCompositionTypesCache[display].resize(typesCount); in getChangedCompositionTypes()
345 mCompositionTypesCache[display].data()); in getChangedCompositionTypes()
359 mCompositionTypesCache[display].push_back(IComposerClient::Composition::CLIENT); in getChangedCompositionTypes()
370 outCompositionTypes[i] = mCompositionTypesCache[display][i]; in getChangedCompositionTypes()
390 mCompositionTypesCache[display].clear(); in onBeforeValidateDisplay()
429 std::map<Display, std::vector<IComposerClient::Composition>> mCompositionTypesCache; variable