Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/host/
H A DInputDriver.cpp107 .input_get_device_property = input_get_device_property,
388 input_property_t* input_get_device_property(input_host_t* host, input_property_map_t* map, in input_get_device_property() function
H A DInputDriver.h182 input_property_t* input_get_device_property(input_host_t* host, input_property_map_t* map,
/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputHost.cpp70 mCallbacks.input_get_device_property(mHost, mMap, key)); in getDeviceProperty()
/aosp12/hardware/libhardware/include/hardware/
H A Dinput.h517 input_property_t* (*input_get_device_property)(input_host_t* host, member