Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/host/
DInputDriver.h73 virtual input_property_t* inputGetDeviceProperty(input_property_map_t* map,
120 virtual input_property_t* inputGetDeviceProperty(input_property_map_t* map,
DInputDriver.cpp240 input_property_t* InputDriver::inputGetDeviceProperty(input_property_map_t* map, in inputGetDeviceProperty() function in android::InputDriver
389 return driver->inputGetDeviceProperty(map, key); in input_get_device_property()