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;
264 const char* InputDriver::inputGetPropertyValue(input_property_t* property) { in inputGetPropertyValue() function in android::InputDriver399 return driver->inputGetPropertyValue(property); in input_get_property_value()