Home
last modified time | relevance | path

Searched defs:HWC2Display (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h437 struct HWC2Display : public HWC2::impl::Display { struct
438 HWC2Display(Hwc2::Composer& composer, in HWC2Display() function
442 ~HWC2Display() { in ~HWC2Display() argument
447 auto& mutableIsConnected() { return this->mIsConnected; } in mutableIsConnected()
448 auto& mutableConfigs() { return this->mConfigs; } in mutableConfigs()
449 auto& mutableLayers() { return this->mLayers; } in mutableLayers()
DDisplayTransactionTest.cpp86 using HWC2Display = TestableSurfaceFlinger::HWC2Display; typedef