Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h266 inline bool hasInputProperty(int32_t property) const { in hasInputProperty() function
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp803 bool EventHub::hasInputProperty(int32_t deviceId, int property) const { in hasInputProperty() function in android::EventHub
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp693 bool hasInputProperty(int32_t, int) const override { return false; } in hasInputProperty() function in android::FakeEventHub