Home
last modified time | relevance | path

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

/external/libkmsxx/utils/
Dkmstouch.cpp127 static void handle_event(struct input_event& ev, DumbFramebuffer* fb) in handle_event() function
/external/crosvm/devices/src/virtio/video/
Dworker.rs248 fn handle_event<T: Device>( in handle_event() method
/external/ltp/testcases/kernel/syscalls/utils/
Dinotify.h93 void (*handle_event)(struct inotify_watch *, u32, u32, u32, member
/external/libiio/src/iiod/
Dusbd.c155 static int handle_event(struct usbd_pdata *pdata, in handle_event() function
/external/crosvm/gpu_display/src/
Dgpu_display_x.rs350 fn handle_event(&mut self, ev: XEvent) { in handle_event() method
647 fn handle_event(&mut self, ev: XEvent) { in handle_event() method
/external/grpc-grpc/src/python/grpcio/grpc/
D_channel.py167 def handle_event(event): function