Home
last modified time | relevance | path

Searched refs:Hotplug (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/gui/tests/
DDisplayEventStructLayout_test.cpp61 CHECK_OFFSET(DisplayEventReceiver::Event::Hotplug, connected, 0); in TEST()
62 CHECK_OFFSET(DisplayEventReceiver::Event::Hotplug, connectionError, 4); in TEST()
/frameworks/native/libs/gui/include/gui/
DDisplayEventReceiver.h89 struct Hotplug { struct
116 Hotplug hotplug;
/frameworks/hardware/interfaces/displayservice/1.0/
DIDisplayEventReceiver.hal22 * Attach callback to start receiving events. Hotplug events are enabled
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.h152 enum class Hotplug { Connected, Disconnected }; enum
153 void dispatchHotplug(PhysicalDisplayId, Hotplug);
DScheduler.cpp168 dispatchHotplug(displayId, Hotplug::Connected); in registerDisplayInternal()
174 dispatchHotplug(displayId, Hotplug::Disconnected); in unregisterDisplay()
387 void Scheduler::dispatchHotplug(PhysicalDisplayId displayId, Hotplug hotplug) { in dispatchHotplug()
389 const bool connected = hotplug == Hotplug::Connected; in dispatchHotplug()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1844 mScheduler->dispatchHotplug(display->getPhysicalId(), scheduler::Scheduler::Hotplug::Connected); in overrideHdrTypes()
4541 mScheduler->dispatchHotplug(display->getPhysicalId(), scheduler::Scheduler::Hotplug::Connected); in initScheduler()