Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/host/
DInputDriver.h75 virtual const char* inputGetPropertyKey(input_property_t* property) = 0;
122 virtual const char* inputGetPropertyKey(input_property_t* property) override;
DInputDriver.cpp257 const char* InputDriver::inputGetPropertyKey(input_property_t* property) { in inputGetPropertyKey() function in android::InputDriver
394 return driver->inputGetPropertyKey(property); in input_get_property_key()