Searched refs:hasSwitch (Results 1 – 5 of 5) sorted by relevance
64 if (devNode->hasSwitch(codeMap[i].scancode)) { in configureInputReport()
87 virtual bool hasSwitch(int32_t sw) const = 0;
208 if (mDeviceNode->hasSwitch(i)) { in createMappers()
109 virtual bool hasSwitch(int32_t sw) const override;310 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