Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h1064 struct HotplugEvent { struct
1068 std::vector<HotplugEvent> mPendingHotplugEvents GUARDED_BY(mStateLock); argument
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp85 using HotplugEvent = TestableSurfaceFlinger::HotplugEvent; typedef