Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutput.cpp1105 … return ftl::Future<bool>(std::move(mHwComposerAsyncWorker->send([this, flushEvenWhenDisabled]() { in presentFrameAndReleaseLayersAsync()
1114 return mHwComposerAsyncWorker->send( in chooseCompositionStrategyAsync()
1681 if (!mHwComposerAsyncWorker) { in updateHwcAsyncWorker()
1682 mHwComposerAsyncWorker = std::make_unique<HwcAsyncWorker>(); in updateHwcAsyncWorker()
1685 mHwComposerAsyncWorker.reset(nullptr); in updateHwcAsyncWorker()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DOutput.h188 std::unique_ptr<HwcAsyncWorker> mHwComposerAsyncWorker; variable