Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/host/
H A DInputDriver.cpp97 .input_device_definition_add_report = input_device_definition_add_report,
323 void input_device_definition_add_report(input_host_t* host, in input_device_definition_add_report() function
H A DInputDriver.h149 void input_device_definition_add_report(input_host_t* host,
/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputHost.cpp57 mCallbacks.input_device_definition_add_report(mHost, mDeviceDefinition, *r); in addReport()
/aosp12/hardware/libhardware/include/hardware/
H A Dinput.h442 void (*input_device_definition_add_report)(input_host_t* host, member