Searched defs:HWC2Display (Results 1 – 2 of 2) sorted by relevance
366 struct HWC2Display : public HWC2::impl::Display { struct367 HWC2Display(Hwc2::Composer& composer, in HWC2Display() argument371 ~HWC2Display() { in ~HWC2Display() argument376 auto& mutableIsConnected() { return this->mIsConnected; } in mutableIsConnected()377 auto& mutableConfigs() { return this->mConfigs; } in mutableConfigs()378 auto& mutableLayers() { return this->mLayers; } in mutableLayers()
66 using HWC2Display = TestableSurfaceFlinger::HWC2Display; typedef