Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DEventHub.h180 virtual bool hasInputProperty(int32_t deviceId, int property) const = 0;
277 virtual bool hasInputProperty(int32_t deviceId, int property) const;
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp412 mParameters.gestureMode = getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_SEMI_MT) in configureParameters()
428 if (getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_DIRECT)) { in configureParameters()
431 } else if (getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_POINTER)) { in configureParameters()
445 getEventHub()->hasInputProperty(getDeviceId(), INPUT_PROP_BUTTONPAD); in configureParameters()
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp406 bool EventHub::hasInputProperty(int32_t deviceId, int property) const { in hasInputProperty() function in android::EventHub
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp574 virtual bool hasInputProperty(int32_t, int) const { in hasInputProperty() function in android::FakeEventHub