Searched refs:hasKeyInRange (Results 1 – 5 of 5) sorted by relevance
146 bool haveGamepadButtons = mDeviceNode->hasKeyInRange(BTN_MISC, BTN_MOUSE) || in createMappers()147 mDeviceNode->hasKeyInRange(BTN_JOYSTICK, BTN_DIGI); in createMappers()182 bool haveKeyboardKeys = mDeviceNode->hasKeyInRange(0, BTN_MISC) || in createMappers()183 mDeviceNode->hasKeyInRange(KEY_OK, KEY_CNT); in createMappers()
81 virtual bool hasKeyInRange(int32_t startKey, int32_t endKey) const = 0;
106 virtual bool hasKeyInRange(int32_t start, int32_t end) const override;280 bool EvdevDeviceNode::hasKeyInRange(int32_t startKey, int32_t endKey) const { in hasKeyInRange() function in android::EvdevDeviceNode
56 virtual bool hasKeyInRange(int32_t startKey, int32_t endKey) const override;
21 bool MockInputDeviceNode::hasKeyInRange(int32_t startKey, int32_t endKey) const { in hasKeyInRange() function in android::MockInputDeviceNode