Home
last modified time | relevance | path

Searched refs:hotplug_event (Results 1 – 3 of 3) sorted by relevance

/external/drm_hwcomposer/drm/
DDrmEventListener.cpp105 bool drm_event = false, hotplug_event = false; in UEventHandler() local
111 hotplug_event = true; in UEventHandler()
116 if (drm_event && hotplug_event) in UEventHandler()
/external/igt-gpu-tools/tools/
Dintel_dp_compliance_hotplug.c38 static gboolean hotplug_event(GIOChannel *source, GIOCondition condition, in hotplug_event() function
102 ret = g_io_add_watch(udevchannel, G_IO_IN | G_IO_ERR, hotplug_event, in intel_dp_compliance_setup_hotplug()
/external/igt-gpu-tools/tests/
Dtestdisplay_hotplug.c40 static gboolean hotplug_event(GIOChannel *source, GIOCondition condition, in hotplug_event() function
104 ret = g_io_add_watch(udevchannel, G_IO_IN | G_IO_ERR, hotplug_event, in testdisplay_setup_hotplug()