Home
last modified time | relevance | path

Searched refs:hasKeyInRange (Results 1 – 5 of 5) sorted by relevance

/hardware/libhardware/modules/input/evdev/
DInputDevice.cpp131 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()
DInputHub.h81 virtual bool hasKeyInRange(int32_t startKey, int32_t endKey) const = 0;
DInputHub.cpp92 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
/hardware/libhardware/tests/input/evdev/
DInputMocks.h56 virtual bool hasKeyInRange(int32_t startKey, int32_t endKey) const override;
DInputMocks.cpp21 bool MockInputDeviceNode::hasKeyInRange(int32_t startKey, int32_t endKey) const { in hasKeyInRange() function in android::MockInputDeviceNode