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