Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h1409 const std::string mHwcServiceName; variable
1411 bool hasMockHwc() const { return mHwcServiceName == "mock"; } in hasMockHwc()
H A DSurfaceFlinger.cpp375 mHwcServiceName(base::GetProperty("debug.sf.hwc_service_name"s, "default"s)), in SurfaceFlinger()
381 ALOGI("Using HWComposer service: %s", mHwcServiceName.c_str()); in SurfaceFlinger()
830 mCompositionEngine->setHwComposer(getFactory().createHWComposer(mHwcServiceName)); in init()