Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DInputDevice.cpp138 if (mDeviceNode->hasKey(BTN_MOUSE) in createMappers()
156 if (mDeviceNode->hasKey(BTN_TOUCH) || !haveGamepadButtons) { in createMappers()
161 } else if (mDeviceNode->hasKey(BTN_TOUCH) in createMappers()
167 } else if ((mDeviceNode->hasAbsoluteAxis(ABS_PRESSURE) || mDeviceNode->hasKey(BTN_TOUCH)) in createMappers()
DMouseInputMapper.cpp79 if (devNode->hasKey(codeMap[i].scancode)) { in configureInputReport()
DInputHub.h79 virtual bool hasKey(int32_t key) const = 0;
DInputHub.cpp105 virtual bool hasKey(int32_t key) const override;
273 bool EvdevDeviceNode::hasKey(int32_t key) const { in hasKey() function in android::EvdevDeviceNode
/hardware/libhardware/tests/input/evdev/
DInputMocks.h55 virtual bool hasKey(int32_t key) const override { return mKeys.count(key); } in hasKey() function