Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputHost.h43 InputHostBase(input_host_t* host, input_host_callbacks_t cb) : mHost(host), mCallbacks(cb) {} in InputHostBase()
50 input_host_callbacks_t mCallbacks;
55 InputReport(input_host_t* host, input_host_callbacks_t cb, input_report_t* r) : in InputReport()
75 InputReportDefinition(input_host_t* host, input_host_callbacks_t cb, in InputReportDefinition()
96 InputDeviceDefinition(input_host_t* host, input_host_callbacks_t cb, in InputDeviceDefinition()
115 InputProperty(input_host_t* host, input_host_callbacks_t cb, input_property_t* p) : in InputProperty()
133 InputPropertyMap(input_host_t* host, input_host_callbacks_t cb, input_property_map_t* m) : in InputPropertyMap()
169 InputHost(input_host_t* host, input_host_callbacks_t cb) : InputHostBase(host, cb) {} in InputHost()
H A DEvdevModule.cpp99 input_host_t* host, input_host_callbacks_t cb) { in input_init()
/aosp12/hardware/libhardware/include/hardware/
H A Dinput.h541 } input_host_callbacks_t; typedef
558 void (*init)(const input_module_t* module, input_host_t* host, input_host_callbacks_t cb);
/aosp12/frameworks/native/services/inputflinger/host/
H A DInputDriver.cpp91 static input_host_callbacks_t kCallbacks = {