Searched refs:inputGetPropertyValue (Results 1 – 2 of 2) sorted by relevance
76 virtual const char* inputGetPropertyValue(input_property_t* property) = 0;123 virtual const char* inputGetPropertyValue(input_property_t* property) override;
267 const char* InputDriver::inputGetPropertyValue(input_property_t* property) { in inputGetPropertyValue() function in android::InputDriver401 return driver->inputGetPropertyValue(property); in input_get_property_value()