Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h1385 const std::string mHwcServiceName; variable
1387 bool hasMockHwc() const { return mHwcServiceName == "mock"; } in hasMockHwc()
DSurfaceFlinger.cpp346 mHwcServiceName(base::GetProperty("debug.sf.hwc_service_name"s, "default"s)), in SurfaceFlinger()
351 ALOGI("Using HWComposer service: %s", mHwcServiceName.c_str()); in SurfaceFlinger()
802 mCompositionEngine->setHwComposer(getFactory().createHWComposer(mHwcServiceName)); in init()