HomeSort by relevance Sort by last modified time
    Searched refs:hasKeyInRange (Results 1 - 5 of 5) sorted by null

  /hardware/libhardware/modules/input/evdev/
InputDevice.cpp 133 bool haveGamepadButtons = mDeviceNode->hasKeyInRange(BTN_MISC, BTN_MOUSE) ||
134 mDeviceNode->hasKeyInRange(BTN_JOYSTICK, BTN_DIGI);
169 bool haveKeyboardKeys = mDeviceNode->hasKeyInRange(0, BTN_MISC) ||
170 mDeviceNode->hasKeyInRange(KEY_OK, KEY_CNT);
InputHub.h 81 virtual bool hasKeyInRange(int32_t startKey, int32_t endKey) const = 0;
InputHub.cpp 92 virtual bool hasKeyInRange(int32_t start, int32_t end) const override;
266 bool EvdevDeviceNode::hasKeyInRange(int32_t startKey, int32_t endKey) const {
  /hardware/libhardware/tests/input/evdev/
InputMocks.h 56 virtual bool hasKeyInRange(int32_t startKey, int32_t endKey) const override;
InputMocks.cpp 21 bool MockInputDeviceNode::hasKeyInRange(int32_t startKey, int32_t endKey) const {

Completed in 84 milliseconds