Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputHub.h91 virtual bool hasInputProperty(int property) const = 0;
H A DInputHub.cpp97 virtual bool hasInputProperty(int property) const override;
310 bool EvdevDeviceNode::hasInputProperty(int property) const { in hasInputProperty() function in android::EvdevDeviceNode
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h266 inline bool hasInputProperty(int32_t property) const { in hasInputProperty() function
267 return mEventHub->hasInputProperty(mId, property); in hasInputProperty()
H A DEventHub.h253 virtual bool hasInputProperty(int32_t deviceId, int property) const = 0;
448 bool hasInputProperty(int32_t deviceId, int property) const override final;
/aosp12/hardware/libhardware/tests/input/evdev/
H A DInputMocks.h61 virtual bool hasInputProperty(int32_t property) const override { in hasInputProperty() function
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.cpp419 mParameters.gestureMode = getDeviceContext().hasInputProperty(INPUT_PROP_SEMI_MT) in configureParameters()
435 if (getDeviceContext().hasInputProperty(INPUT_PROP_DIRECT)) { in configureParameters()
438 } else if (getDeviceContext().hasInputProperty(INPUT_PROP_POINTER)) { in configureParameters()
451 mParameters.hasButtonUnderPad = getDeviceContext().hasInputProperty(INPUT_PROP_BUTTONPAD); in configureParameters()
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp803 bool EventHub::hasInputProperty(int32_t deviceId, int property) const { in hasInputProperty() function in android::EventHub
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp709 bool hasInputProperty(int32_t, int) const override { return false; } in hasInputProperty() function in android::FakeEventHub