Searched refs:hasKey (Results 1 – 3 of 3) sorted by relevance
50 virtual bool hasKey(int32_t key) const { return false; } in hasKey() function in android::tests::MockInputDeviceNode
70 virtual bool hasKey(int32_t key) const = 0;
104 virtual bool hasKey(int32_t key) const override;268 bool EvdevDeviceNode::hasKey(int32_t key) const { in hasKey() function in android::EvdevDeviceNode