input_module Struct Reference
input_module Struct Reference
#include <
input.h
>
Data Fields |
|
struct hw_module_t | common |
void(* | init )(const input_module_t *module, input_host_t *host, input_host_callbacks_t cb) |
void(* | notify_report )(const input_module_t *module, input_report_t *report) |
Detailed Description
Field Documentation
struct hw_module_t common |
Common methods of the input module. This must be the first member of input_module as users of this structure will cast a hw_module_t to input_module pointer in contexts where it's known the hw_module_t references a input_module .
void(* init)(const input_module_t *module, input_host_t *host, input_host_callbacks_t cb) |
void(* notify_report)(const input_module_t *module, input_report_t *report) |
The documentation for this struct was generated from the following file:
- hardware/libhardware/include/hardware/ input.h