Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/host/
DInputDriver.h76 virtual const char* inputGetPropertyValue(input_property_t* property) = 0;
123 virtual const char* inputGetPropertyValue(input_property_t* property) override;
DInputDriver.cpp264 const char* InputDriver::inputGetPropertyValue(input_property_t* property) { in inputGetPropertyValue() function in android::InputDriver
399 return driver->inputGetPropertyValue(property); in input_get_property_value()