Searched refs:DEVICE_TYPE_MAP (Results 1 – 1 of 1) sorted by relevance
70 const std::unordered_map<DeviceType, std::string> DEVICE_TYPE_MAP = { variable218 auto deviceTypeKey = DEVICE_TYPE_MAP.find(audioDevice->deviceType_); in GetDevices()219 if (deviceTypeKey != DEVICE_TYPE_MAP.end()) { in GetDevices()270 auto deviceTypeKey = DEVICE_TYPE_MAP.find(defaultOutputDevice[0]->deviceType_); in GetDefaultOutputDevice()272 if (deviceTypeKey != DEVICE_TYPE_MAP.end()) { in GetDefaultOutputDevice()