HomeSort by relevance Sort by last modified time
    Searched defs:input_report_t (Results 1 - 2 of 2) sorted by null

  /hardware/libhardware/modules/input/evdev/
InputHost.h 55 InputReport(input_host_t* host, input_host_callbacks_t cb, input_report_t* r) :
65 operator input_report_t*() const { return mReport; }
70 input_report_t* mReport;
  /hardware/libhardware/include/hardware/
input.h 47 typedef struct input_report input_report_t; typedef in typeref:struct:input_report
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);

Completed in 72 milliseconds