Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.h198 virtual bool hasInputProperty(int32_t deviceId, int property) const = 0;
286 virtual bool hasInputProperty(int32_t deviceId, int property) const;
DEventHub.cpp323 bool EventHub::hasInputProperty(int32_t deviceId, int property) const { in hasInputProperty() function in android::EventHub
DInputReader.cpp2954 mParameters.gestureMode = getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_SEMI_MT) in configureParameters()
2969 if (getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_DIRECT)) { in configureParameters()
2972 } else if (getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_POINTER)) { in configureParameters()
2986 getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_BUTTONPAD); in configureParameters()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp517 virtual bool hasInputProperty(int32_t, int) const { in hasInputProperty() function in android::FakeEventHub