Home
last modified time | relevance | path

Searched defs:input_handler (Results 1 – 3 of 3) sorted by relevance

/third_party/PyYAML/yaml/
D_yaml.pyx863 cdef int input_handler(void *data, unsigned char *buffer, size_t size, size_t *read) except 0: function
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpconnection.c69 GstRtmpConnectionMessageFunc input_handler; member
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h65525 struct input_handler { struct
65530 bool (*match)(struct input_handler *, struct input_dev *); argument
65531 int (*connect)(struct input_handler *, struct input_dev *, const struct input_device_id *); argument
65532 void (*disconnect)(struct input_handle *);
65533 void (*start)(struct input_handle *);
65534 bool legacy_minors;
65535 int minor;
65536 const char *name;
65537 const struct input_device_id *id_table;
65538 struct list_head h_list;
[all …]