Home
last modified time | relevance | path

Searched refs:hotplug_event (Results 1 – 5 of 5) 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/crosvm/usb_util/src/
Dhotplug.rs34 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/
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()
/external/crosvm/devices/src/usb/host_backend/
Dhotplug.rs23 fn hotplug_event(&self, device: LibUsbDevice, event: HotplugEvent) { in hotplug_event() method