Searched refs:hasSwitch (Results 1 – 5 of 5) sorted by relevance
77 if (devNode->hasSwitch(codeMap[i].scancode)) { in configureInputReport()
87 virtual bool hasSwitch(int32_t sw) const = 0;
193 if (mDeviceNode->hasSwitch(i)) { in createMappers()
95 virtual bool hasSwitch(int32_t sw) const override;296 bool EvdevDeviceNode::hasSwitch(int32_t sw) const { in hasSwitch() function in android::EvdevDeviceNode
59 virtual bool hasSwitch(int32_t sw) const override { return mSwitches.count(sw); } in hasSwitch() function