input_module 構造体リファレンス

input_module 構造体リファレンス

#include < input.h >

データ フィールド

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)
 

詳細な説明

ファイル input.h 545 行目の定義。

フィールドのドキュメント

struct hw_module_t common

入力モジュールの一般的なメソッド。この構造体のユーザーは、 hw_module_t input_module を参照していることが判明しているコンテキストで、 hw_module_t input_module ポインタにキャストするため、これは 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