input_module 结构体参考文档

input_module 结构体参考文档

#include < input.h >

数据字段

struct hw_module_t   常见
 
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)
 

详细说明

定义位于文件 input.h 545 行

字段文档

struct hw_module_t common

输入模块的常用方法。此 必须 input_module 的第一个成员,因为此结构的用户会在已知 hw_module_t 引用 input_module 的情况下,将 hw_module_t 转换为 input_module 指针。

定义位于文件 input.h 552 行。

void(* init)(const input_module_t *module, input_host_t *host, input_host_callbacks_t cb)

使用主机回调初始化模块。此时,HAL 应启动其处理输入事件所需的所有基础架构。

定义位于文件 input.h 558 行。

void(* notify_report)(const input_module_t *module, input_report_t *report)

发送输出报告,其中包含主机希望给定设备采用的一组新状态。

定义位于文件 input.h 564 行。


此结构体的文档是根据以下文件生成的:
  • hardware/libhardware/include/hardware/ input.h