Home
last modified time | relevance | path

Searched refs:inputFreeDeviceProperty (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/host/
DInputDriver.h77 virtual void inputFreeDeviceProperty(input_property_t* property) = 0;
124 virtual void inputFreeDeviceProperty(input_property_t* property) override;
DInputDriver.cpp274 void InputDriver::inputFreeDeviceProperty(input_property_t* property) { in inputFreeDeviceProperty() function in android::InputDriver
406 driver->inputFreeDeviceProperty(property); in input_free_device_property()