Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h225 inline bool hasInputProperty(int property) const { in hasInputProperty() function
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp428 bool EventHub::hasInputProperty(int32_t deviceId, int property) const { in hasInputProperty() function in android::EventHub
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp628 virtual bool hasInputProperty(int32_t, int) const { in hasInputProperty() function in android::FakeEventHub