Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlingerDefaultFactory.h29 std::unique_ptr<HWComposer> createHWComposer(const std::string& serviceName) override;
H A DSurfaceFlingerFactory.h78 virtual std::unique_ptr<HWComposer> createHWComposer(const std::string& serviceName) = 0;
H A DSurfaceFlingerDefaultFactory.cpp50 std::unique_ptr<HWComposer> DefaultFactory::createHWComposer(const std::string& serviceName) { in createHWComposer() function in android::surfaceflinger::DefaultFactory
H A DSurfaceFlinger.cpp830 mCompositionEngine->setHwComposer(getFactory().createHWComposer(mHwcServiceName)); in init()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTestableSurfaceFlinger.h72 std::unique_ptr<HWComposer> createHWComposer(const std::string&) override { in createHWComposer() function