Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/host/
H A DInputDriver.cpp106 .input_get_device_property_map = input_get_device_property_map,
382 input_property_map_t* input_get_device_property_map(input_host_t* host, in input_get_device_property_map() function
H A DInputDriver.h179 input_property_map_t* input_get_device_property_map(input_host_t* host,
/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputHost.cpp112 mCallbacks.input_get_device_property_map(mHost, id)); in getDevicePropertyMap()
/aosp12/hardware/libhardware/include/hardware/
H A Dinput.h509 input_property_map_t* (*input_get_device_property_map)(input_host_t* host, member