Home
last modified time | relevance | path

Searched refs:input_module_t (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/libhardware/modules/input/evdev/
H A DEvdevModule.cpp98 static void input_init(const input_module_t* module, in input_init()
106 static void input_notify_report(const input_module_t* module, input_report_t* r) { in input_notify_report()
116 input_module_t HAL_MODULE_INFO_SYM = {
/aosp12/hardware/libhardware/include/hardware/
H A Dinput.h543 typedef struct input_module input_module_t; typedef
558 void (*init)(const input_module_t* module, input_host_t* host, input_host_callbacks_t cb);
564 void (*notify_report)(const input_module_t* module, input_report_t* report);
/aosp12/frameworks/native/services/inputflinger/host/
H A DInputDriver.h131 const input_module_t* mHal;
H A DInputDriver.cpp118 mHal = reinterpret_cast<const input_module_t*>(module); in InputDriver()