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.cpp44 void notifyReport(input_report_t* r);
69 void EvdevModule::notifyReport(input_report_t* r) { in notifyReport()
106 static void input_notify_report(const input_module_t* module, input_report_t* r) { in input_notify_report()
DInputHost.h55 InputReport(input_host_t* host, input_host_callbacks_t cb, input_report_t* r) : in InputReport()
65 operator input_report_t*() const { return mReport; }
70 input_report_t* mReport;
/hardware/libhardware/include/hardware/
Dinput.h47 typedef struct input_report input_report_t; typedef
488 input_report_t* (*input_allocate_report)(input_host_t* host, input_report_definition_t* r);
493 void (*input_report_set_usage_int)(input_host_t* host, input_report_t* r,
499 void (*input_report_set_usage_bool)(input_host_t* host, input_report_t* r,
502 void (*report_event)(input_host_t* host, input_device_handle_t* d, input_report_t* report);
564 void (*notify_report)(const input_module_t* module, input_report_t* report);