Home
last modified time | relevance | path

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

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