Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Dinput.h45 typedef struct input_report_definition input_report_definition_t; typedef
431 input_report_definition_t* (*create_input_report_definition)(input_host_t* host);
432 input_report_definition_t* (*create_output_report_definition)(input_host_t* host);
437 void (*free_report_definition)(input_host_t* host, input_report_definition_t* report_def);
443 input_device_definition_t* d, input_report_definition_t* r);
456 input_report_definition_t* report, input_collection_id_t id, int32_t arity);
463 input_report_definition_t* report, input_collection_id_t id,
471 input_report_definition_t* report, input_collection_id_t id,
488 input_report_t* (*input_allocate_report)(input_host_t* host, input_report_definition_t* r);
/hardware/libhardware/modules/input/evdev/
DInputHost.h76 input_report_definition_t* r) : InputHostBase(host, cb), mReportDefinition(r) {} in InputReportDefinition()
86 operator input_report_definition_t*() { return mReportDefinition; }
91 input_report_definition_t* mReportDefinition;