Searched refs:hasKey (Results 1 – 5 of 5) sorted by relevance
138 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()
79 if (devNode->hasKey(codeMap[i].scancode)) { in configureInputReport()
79 virtual bool hasKey(int32_t key) const = 0;
105 virtual bool hasKey(int32_t key) const override;273 bool EvdevDeviceNode::hasKey(int32_t key) const { in hasKey() function in android::EvdevDeviceNode
55 virtual bool hasKey(int32_t key) const override { return mKeys.count(key); } in hasKey() function