Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/host/
H A DInputDriver.cpp110 .input_free_device_property = input_free_device_property,
404 void input_free_device_property(input_host_t* host, input_property_t* property) { in input_free_device_property() function
H A DInputDriver.h189 void input_free_device_property(input_host_t* host, input_property_t* property);
/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputHost.cpp74 mCallbacks.input_free_device_property(mHost, *property); in freeDeviceProperty()
/aosp12/hardware/libhardware/include/hardware/
H A Dinput.h535 void (*input_free_device_property)(input_host_t* host, input_property_t* property); member