Searched refs:OnAllocationDestroyed (Results 1 – 2 of 2) sorted by relevance
246 void OnAllocationDestroyed(TurnServerAllocation* allocation);
447 allocation->SignalDestroyed.connect(this, &TurnServer::OnAllocationDestroyed); in CreateAllocation()502 void TurnServer::OnAllocationDestroyed(TurnServerAllocation* allocation) { in OnAllocationDestroyed() function in cricket::TurnServer