הפנייה ל-Struct של input_module

הפנייה ל-Struct של 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)
 

תיאור מפורט

ההגדרה מופיעה בשורה 545 בקובץ input.h .

מסמכי תיעוד של שדה

struct hw_module_t common

שיטות נפוצות של מודול הקלט. הוא חייב להיות המאפיין הראשון של input_module , כי משתמשים במבנה הזה יבצעו המרה של hw_module_t למצביע input_module בהקשרים שבהם ידוע ש- hw_module_t מפנה ל- input_module .

ההגדרה מופיעה בשורה 552 בקובץ input.h .

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

מאתחלים את המודול באמצעות קריאות חזרה למארח. בשלב הזה, ה-HAL אמור להפעיל את התשתית הנדרשת כדי לעבד אירועי קלט.

ההגדרה נמצאת בשורה 558 בקובץ input.h .

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

שליחת דוח פלט עם קבוצה חדשה של מצבים שהמארח רוצה שהמכשיר יתנהג בהם.

ההגדרה נמצאת בשורה 564 בקובץ input.h .


התיעוד של המבנה הזה נוצר מהקובץ הבא:
  • hardware/libhardware/include/hardware/ input.h