Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DInputHub.h91 virtual bool hasInputProperty(int property) const = 0;
DInputHub.cpp97 virtual bool hasInputProperty(int property) const override;
310 bool EvdevDeviceNode::hasInputProperty(int property) const { in hasInputProperty() function in android::EvdevDeviceNode
/hardware/libhardware/tests/input/evdev/
DInputMocks.h61 virtual bool hasInputProperty(int32_t property) const override { in hasInputProperty() function