HomeSort by relevance Sort by last modified time
    Searched refs:inputGetPropertyValue (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/inputflinger/host/
InputDriver.h 76 virtual const char* inputGetPropertyValue(input_property_t* property) = 0;
123 virtual const char* inputGetPropertyValue(input_property_t* property) override;
InputDriver.cpp 264 const char* InputDriver::inputGetPropertyValue(input_property_t* property) {
399 return driver->inputGetPropertyValue(property);

Completed in 463 milliseconds