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

/frameworks/native/services/inputflinger/
H A DEventHub.h201 virtual bool hasInputProperty(int32_t deviceId, int property) const = 0;
290 virtual bool hasInputProperty(int32_t deviceId, int property) const;
H A DEventHub.cpp323 bool EventHub::hasInputProperty(int32_t deviceId, int property) const { function in class:android::EventHub
H A DInputReader.cpp3205 mParameters.gestureMode = getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_SEMI_MT)
3220 if (getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_DIRECT)) {
3223 } else if (getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_POINTER)) {
3237 getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_BUTTONPAD);
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp540 virtual bool hasInputProperty(int32_t, int) const { function in class:android::FakeEventHub

Completed in 95 milliseconds