Searched refs:hasKeyInRange (Results 1 – 5 of 5) sorted by relevance
131 bool haveGamepadButtons = mDeviceNode->hasKeyInRange(BTN_MISC, BTN_MOUSE) || in createMappers()132 mDeviceNode->hasKeyInRange(BTN_JOYSTICK, BTN_DIGI); in createMappers()167 bool haveKeyboardKeys = mDeviceNode->hasKeyInRange(0, BTN_MISC) || in createMappers()168 mDeviceNode->hasKeyInRange(KEY_OK, KEY_CNT); in createMappers()
81 virtual bool hasKeyInRange(int32_t startKey, int32_t endKey) const = 0;
92 virtual bool hasKeyInRange(int32_t start, int32_t end) const override;266 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