Searched refs:device_added (Results 1 – 13 of 13) sorted by relevance
/third_party/libinput/src/ |
D | udev-seat.c | 77 device_added(struct udev_device *udev_device, in device_added() function 203 if (device_added(device, input, NULL) < 0) { in udev_input_add_devices() 235 device_added(udev_device, input, NULL); in evdev_udev_handler() 384 rc = device_added(udev_device, input, seat_name); in udev_device_change_seat()
|
D | evdev.c | 2052 if (d->dispatch->interface->device_added) in evdev_notify_added_device() 2053 d->dispatch->interface->device_added(d, device); in evdev_notify_added_device() 2056 if (device->dispatch->interface->device_added) in evdev_notify_added_device() 2057 device->dispatch->interface->device_added(device, d); in evdev_notify_added_device()
|
D | evdev-tablet-pad.c | 538 .device_added = NULL,
|
D | evdev.h | 304 void (*device_added)(struct evdev_device *device, member
|
D | evdev-totem.c | 706 .device_added = totem_interface_device_added,
|
D | evdev-fallback.c | 1546 .device_added = fallback_interface_device_added,
|
D | evdev-tablet.c | 2245 .device_added = tablet_device_added,
|
D | evdev-mt-touchpad.c | 2839 .device_added = tp_interface_device_added,
|
/third_party/gstreamer/gstplugins_bad/sys/wasapi/ |
D | gstmmdeviceenumerator.h | 39 HRESULT (*device_added) (GstMMDeviceEnumerator * enumerator, member
|
D | gstmmdeviceenumerator.cpp | 132 if (!callbacks_.device_added) in OnDeviceAdded() 139 hr = callbacks_.device_added (listener, device_id, user_data_); in OnDeviceAdded()
|
D | gstwasapidevice.c | 86 callbacks.device_added = gst_wasapi_device_provider_device_added; in gst_wasapi_device_provider_start()
|
/third_party/libinput/test/ |
D | test-misc.c | 99 int device_added = 0, device_removed = 0; in START_TEST() local 129 device_added++; in START_TEST() 150 ck_assert_int_gt(device_added, 0); in START_TEST()
|
/third_party/libinput/patch/diff_libinput_mmi/libinput/ |
D | libinput_0000.diff | 2833 + .device_added = joystick_device_added, 7462 if (device_added(device, input, NULL) < 0) {
|