Searched refs:mHwcServiceName (Results 1 – 2 of 2) sorted by relevance
1385 const std::string mHwcServiceName; variable1387 bool hasMockHwc() const { return mHwcServiceName == "mock"; } in hasMockHwc()
346 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()