Searched refs:hotplug_event (Results 1 – 5 of 5) sorted by relevance
/external/drm_hwcomposer/drm/ |
D | drmeventlistener.cpp | 105 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/crosvm/usb_util/src/ |
D | hotplug.rs | 34 fn hotplug_event(&self, device: LibUsbDevice, event: HotplugEvent); in hotplug_event() method 74 holder.handler.hotplug_event(device, event); in hotplug_cb()
|
/external/igt-gpu-tools/tools/ |
D | intel_dp_compliance_hotplug.c | 38 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/ |
D | testdisplay_hotplug.c | 40 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()
|
/external/crosvm/devices/src/usb/host_backend/ |
D | hotplug.rs | 23 fn hotplug_event(&self, device: LibUsbDevice, event: HotplugEvent) { in hotplug_event() method
|