Searched refs:g_inputDeviceMap (Results 1 – 2 of 2) sorted by relevance
230 auto it = g_inputDeviceMap.find(folderName); in ParseInputDevice()231 if (it == g_inputDeviceMap.end()) { in ParseInputDevice()
162 const std::map<std::string, InputDevice> g_inputDeviceMap = { variable