OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasKeyInRange
(Results
1 - 5
of
5
) sorted by null
/hardware/libhardware/modules/input/evdev/
InputDevice.cpp
146
bool haveGamepadButtons = mDeviceNode->
hasKeyInRange
(BTN_MISC, BTN_MOUSE) ||
147
mDeviceNode->
hasKeyInRange
(BTN_JOYSTICK, BTN_DIGI);
182
bool haveKeyboardKeys = mDeviceNode->
hasKeyInRange
(0, BTN_MISC) ||
183
mDeviceNode->
hasKeyInRange
(KEY_OK, KEY_CNT);
InputHub.h
81
virtual bool
hasKeyInRange
(int32_t startKey, int32_t endKey) const = 0;
InputHub.cpp
106
virtual bool
hasKeyInRange
(int32_t start, int32_t end) const override;
280
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 638 milliseconds