Searched refs:Hotplug (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/libs/gui/tests/ |
D | DisplayEventStructLayout_test.cpp | 61 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/ |
D | DisplayEventReceiver.h | 89 struct Hotplug { struct 116 Hotplug hotplug;
|
/frameworks/hardware/interfaces/displayservice/1.0/ |
D | IDisplayEventReceiver.hal | 22 * Attach callback to start receiving events. Hotplug events are enabled
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | Scheduler.h | 152 enum class Hotplug { Connected, Disconnected }; enum 153 void dispatchHotplug(PhysicalDisplayId, Hotplug);
|
D | Scheduler.cpp | 168 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/ |
D | SurfaceFlinger.cpp | 1844 mScheduler->dispatchHotplug(display->getPhysicalId(), scheduler::Scheduler::Hotplug::Connected); in overrideHdrTypes() 4541 mScheduler->dispatchHotplug(display->getPhysicalId(), scheduler::Scheduler::Hotplug::Connected); in initScheduler()
|