Searched defs:HWC2Display (Results 1 – 2 of 2) sorted by relevance
437 struct HWC2Display : public HWC2::impl::Display { struct438 HWC2Display(Hwc2::Composer& composer, in HWC2Display() function442 ~HWC2Display() { in ~HWC2Display() argument447 auto& mutableIsConnected() { return this->mIsConnected; } in mutableIsConnected()448 auto& mutableConfigs() { return this->mConfigs; } in mutableConfigs()449 auto& mutableLayers() { return this->mLayers; } in mutableLayers()
86 using HWC2Display = TestableSurfaceFlinger::HWC2Display; typedef