Searched refs:mapNames (Results 1 – 1 of 1) sorted by relevance
226 static const std::map<std::string, std::string> mapNames { in SetPhys() local231 auto tIter = mapNames.find(std::string(uinputDev_.name)); in SetPhys()232 if (tIter == mapNames.cend()) { in SetPhys()