Searched refs:routerMap_ (Results 1 – 2 of 2) sorted by relevance
1009 if (!routerMap_.count(uid)) { in GetSelectedDeviceInfo()1014 if (routerMap_[uid].second == pid) { in GetSelectedDeviceInfo()1015 selectedDevice = routerMap_[uid].first; in GetSelectedDeviceInfo()1016 } else if (routerMap_[uid].second == G_UNKNOWN_PID) { in GetSelectedDeviceInfo()1017 routerMap_[uid].second = pid; in GetSelectedDeviceInfo()1018 selectedDevice = routerMap_[uid].first; in GetSelectedDeviceInfo()1021 routerMap_.erase(uid); in GetSelectedDeviceInfo()1042 routerMap_.erase(uid); in GetSelectedDeviceInfo()1368 routerMap_[audioRendererFilter->uid] = std::pair(moduleName, G_UNKNOWN_PID); in RememberRoutingInfo()4397 for (it = routerMap_.begin();it != routerMap_.end();) { in RemoveDeviceInRouterMap()[all …]
1119 std::unordered_map<int32_t, std::pair<std::string, int32_t>> routerMap_; variable