Home
last modified time | relevance | path

Searched defs:device_removed (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/wasapi/
Dgstmmdeviceenumerator.h43 HRESULT (*device_removed) (GstMMDeviceEnumerator * provider, member
/third_party/gstreamer/gstplugins_base/tools/
Dgst-device-monitor.c237 device_removed (GstDevice * device) in device_removed() function
/third_party/libinput/src/
Dudev-seat.c148 device_removed(struct udev_device *udev_device, struct udev_input *input) in device_removed() function
Devdev.h306 void (*device_removed)(struct evdev_device *device, member
/third_party/weston/libweston/
Dlibinput-seat.c152 device_removed(struct udev_input *input, struct libinput_device *libinput_device) in device_removed() function
/third_party/libinput/test/
Dtest-misc.c99 int device_added = 0, device_removed = 0; in START_TEST() local