Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/host/
H A DInputDriver.cpp98 .input_report_definition_add_collection = input_report_definition_add_collection,
329 void input_report_definition_add_collection(input_host_t* host, in input_report_definition_add_collection() function
H A DInputDriver.h152 void input_report_definition_add_collection(input_host_t* host,
/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputHost.cpp36 mCallbacks.input_report_definition_add_collection(mHost, mReportDefinition, id, arity); in addCollection()
/aosp12/hardware/libhardware/include/hardware/
H A Dinput.h455 void (*input_report_definition_add_collection)(input_host_t* host, member