Searched refs:input_report_definition_t (Results 1 – 2 of 2) sorted by relevance
/hardware/libhardware/include/hardware/ |
D | input.h | 45 typedef struct input_report_definition input_report_definition_t; typedef 412 input_report_definition_t* (*create_input_report_definition)(input_host_t* host); 413 input_report_definition_t* (*create_output_report_definition)(input_host_t* host); 419 input_device_definition_t* d, input_report_definition_t* r); 432 input_report_definition_t* report, input_collection_id_t id, int32_t arity); 439 input_report_definition_t* report, input_collection_id_t id, 447 input_report_definition_t* report, input_collection_id_t id, 464 input_report_t* (*input_allocate_report)(input_host_t* host, input_report_definition_t* r);
|
/hardware/libhardware/modules/input/evdev/ |
D | InputHost.h | 75 operator input_report_definition_t*() { return mReportDefinition; } 88 input_host_t* host, input_host_callbacks_t cb, input_report_definition_t* r) : in InputReportDefinition() 91 input_report_definition_t* mReportDefinition;
|