Home
last modified time | relevance | path

Searched refs:teamRef (Results 1 – 1 of 1) sorted by relevance

/haiku/src/servers/media/
H A DNodeManager.cpp260 TeamCountMap::iterator teamRef = node.team_ref_count.find(team); in ReleaseNodeReference() local
261 if (teamRef == node.team_ref_count.end()) { in ReleaseNodeReference()
267 teamRef = node.team_ref_count.find(addOnServer); in ReleaseNodeReference()
269 if (node.creator == team && teamRef != node.team_ref_count.end()) { in ReleaseNodeReference()
282 int32 teamCount = teamRef->second - 1; in ReleaseNodeReference()
286 if (--teamRef->second == 0) in ReleaseNodeReference()
287 node.team_ref_count.erase(teamRef); in ReleaseNodeReference()
1171 TeamCountMap::iterator teamRef = node.team_ref_count.find(team); in CleanupTeam() local
1172 if (teamRef != node.team_ref_count.end()) { in CleanupTeam()
1175 teamRef->second, node.node_id, team); in CleanupTeam()
[all …]