Home
last modified time | relevance | path

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

/hardware/libhardware/tests/input/evdev/
DInputDevice_test.cpp50 virtual bool hasKey(int32_t key) const { return false; } in hasKey() function in android::tests::MockInputDeviceNode
/hardware/libhardware/modules/input/evdev/
DInputHub.h70 virtual bool hasKey(int32_t key) const = 0;
DInputHub.cpp104 virtual bool hasKey(int32_t key) const override;
268 bool EvdevDeviceNode::hasKey(int32_t key) const { in hasKey() function in android::EvdevDeviceNode