Home
last modified time | relevance | path

Searched refs:input_report_t (Results 1 – 3 of 3) sorted by relevance

/hardware/libhardware/modules/input/evdev/
DEvdevModule.cpp43 void notifyReport(input_report_t* r);
68 void EvdevModule::notifyReport(input_report_t* r) { in notifyReport()
105 static void input_notify_report(const input_module_t* module, input_report_t* r) { in input_notify_report()
DInputHost.h56 operator input_report_t*() const { return mReport; }
63 InputReport(input_host_t* host, input_host_callbacks_t cb, input_report_t* r) : in InputReport()
66 input_report_t* mReport;
/hardware/libhardware/include/hardware/
Dinput.h47 typedef struct input_report input_report_t; typedef
464 input_report_t* (*input_allocate_report)(input_host_t* host, input_report_definition_t* r);
469 void (*input_report_set_usage_int)(input_host_t* host, input_report_t* r,
475 void (*input_report_set_usage_bool)(input_host_t* host, input_report_t* r,
478 void (*report_event)(input_host_t* host, input_device_handle_t* d, input_report_t* report);
540 void (*notify_report)(const input_module_t* module, input_report_t* report);