HomeSort by relevance Sort by last modified time
    Searched full:input_report_definition_t (Results 1 - 4 of 4) sorted by null

  /frameworks/native/services/inputflinger/host/
InputDriver.h 47 virtual input_report_definition_t* createInputReportDefinition() = 0;
48 virtual input_report_definition_t* createOutputReportDefinition() = 0;
49 virtual void freeReportDefinition(input_report_definition_t* reportDef) = 0;
52 input_report_definition_t* r) = 0;
53 virtual void inputReportDefinitionAddCollection(input_report_definition_t* report,
55 virtual void inputReportDefinitionDeclareUsageInt(input_report_definition_t* report,
58 virtual void inputReportDefinitionDeclareUsagesBool(input_report_definition_t* report,
65 virtual input_report_t* inputAllocateReport(input_report_definition_t* r) = 0;
94 virtual input_report_definition_t* createInputReportDefinition() override;
95 virtual input_report_definition_t* createOutputReportDefinition() override
    [all...]
InputDriver.cpp 143 input_report_definition_t* InputDriver::createInputReportDefinition() {
147 input_report_definition_t* InputDriver::createOutputReportDefinition() {
151 void InputDriver::freeReportDefinition(input_report_definition_t* reportDef) {
156 input_report_definition_t* r) {
160 void InputDriver::inputReportDefinitionAddCollection(input_report_definition_t* report,
165 void InputDriver::inputReportDefinitionDeclareUsageInt(input_report_definition_t* report,
174 void InputDriver::inputReportDefinitionDeclareUsagesBool(input_report_definition_t* report,
194 input_report_t* InputDriver::inputAllocateReport(input_report_definition_t* r) {
306 input_report_definition_t* create_input_report_definition(input_host_t* host) {
311 input_report_definition_t* create_output_report_definition(input_host_t* host)
    [all...]
  /hardware/libhardware/include/hardware/
input.h 45 typedef struct input_report_definition input_report_definition_t; typedef in typeref:struct:input_report_definition
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/
InputHost.h 76 input_report_definition_t* r) : InputHostBase(host, cb), mReportDefinition(r) {}
86 operator input_report_definition_t*() { return mReportDefinition; }
91 input_report_definition_t* mReportDefinition;

Completed in 338 milliseconds