Home
last modified time | relevance | path

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

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