Home
last modified time | relevance | path

Searched refs:hasInputProperty (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/
DEventHub.h199 virtual bool hasInputProperty(int32_t deviceId, int property) const = 0;
297 virtual bool hasInputProperty(int32_t deviceId, int property) const;
DEventHub.cpp340 bool EventHub::hasInputProperty(int32_t deviceId, int property) const { in hasInputProperty() function in android::EventHub
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp615 virtual bool hasInputProperty(int32_t, int) const { in hasInputProperty() function in android::FakeEventHub