Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/host/
H A DInputDriver.cpp111 .input_free_device_property_map = input_free_device_property_map,
409 void input_free_device_property_map(input_host_t* host, input_property_map_t* map) { in input_free_device_property_map() function
H A DInputDriver.h191 void input_free_device_property_map(input_host_t* host, input_property_map_t* map);
/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputHost.cpp116 mCallbacks.input_free_device_property_map(mHost, *propertyMap); in freeDevicePropertyMap()
/aosp12/hardware/libhardware/include/hardware/
H A Dinput.h540 void (*input_free_device_property_map)(input_host_t* host, input_property_map_t* map); member