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