Home
last modified time | relevance | path

Searched refs:input_device_handle_t (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/include/hardware/
Dinput.h39 typedef struct input_device_handle input_device_handle_t; typedef
479 input_device_handle_t* (*register_device)(input_host_t* host,
483 void (*unregister_device)(input_host_t* host, input_device_handle_t* handle);
502 void (*report_event)(input_host_t* host, input_device_handle_t* d, input_report_t* report);
/hardware/libhardware/modules/input/evdev/
DInputHost.h37 using InputDeviceHandle = input_device_handle_t;