Searched refs:inputGetDevicePropertyMap (Results 1 – 2 of 2) sorted by relevance
72 virtual input_property_map_t* inputGetDevicePropertyMap(input_device_identifier_t* id) = 0;119 virtual input_property_map_t* inputGetDevicePropertyMap(input_device_identifier_t* id) override;
211 input_property_map_t* InputDriver::inputGetDevicePropertyMap(input_device_identifier_t* id) { in inputGetDevicePropertyMap() function in android::InputDriver385 return driver->inputGetDevicePropertyMap(id); in input_get_device_property_map()