Searched refs:callDefaultOutputDevices_ (Results 1 – 2 of 2) sorted by relevance
1204 auto it = std::find_if(callDefaultOutputDevices_.begin(), callDefaultOutputDevices_.end(), in SetDefaultOutputDevice()1208 if (it != callDefaultOutputDevices_.end()) { in SetDefaultOutputDevice()1209 callDefaultOutputDevices_.erase(it); in SetDefaultOutputDevice()1250 auto it = std::find_if(callDefaultOutputDevices_.begin(), callDefaultOutputDevices_.end(), in UpdateDefaultOutputDeviceWhenStarting()1254 if (it != callDefaultOutputDevices_.end()) { in UpdateDefaultOutputDeviceWhenStarting()1255 callDefaultOutputDevices_.erase(it); in UpdateDefaultOutputDeviceWhenStarting()1295 auto it = std::find_if(callDefaultOutputDevices_.begin(), callDefaultOutputDevices_.end(), in UpdateDefaultOutputDeviceWhenStopping()1299 if (it == callDefaultOutputDevices_.end()) { in UpdateDefaultOutputDeviceWhenStopping()1302 callDefaultOutputDevices_.erase(it); in UpdateDefaultOutputDeviceWhenStopping()1304 if (callDefaultOutputDevices_.empty()) { in UpdateDefaultOutputDeviceWhenStopping()[all …]
176 vector<std::pair<uint32_t, DeviceType>> callDefaultOutputDevices_; variable