Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware/tests/input/evdev/
H A DInputMocks.h61 virtual bool hasInputProperty(int32_t property) const override { in hasInputProperty() function
/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputHub.cpp310 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
/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