Lines Matching refs:AsyncPacketSocket
134 rtc::AsyncPacketSocket* socket = it->first; in ~TurnServer()
145 void TurnServer::AddInternalSocket(rtc::AsyncPacketSocket* socket, in AddInternalSocket()
187 void TurnServer::OnInternalSocketClose(rtc::AsyncPacketSocket* socket, in OnInternalSocketClose()
192 void TurnServer::OnInternalPacket(rtc::AsyncPacketSocket* socket, in OnInternalPacket()
438 rtc::AsyncPacketSocket* external_socket = (external_socket_factory_) ? in CreateAllocation()
504 rtc::AsyncPacketSocket* socket = allocation->conn()->socket(); in OnAllocationDestroyed()
518 void TurnServer::DestroyInternalSocket(rtc::AsyncPacketSocket* socket) { in DestroyInternalSocket()
521 rtc::AsyncPacketSocket* socket = iter->first; in DestroyInternalSocket()
531 rtc::AsyncPacketSocket* socket) in TurnServerConnection()
558 rtc::AsyncPacketSocket* socket, in TurnServerAllocation()
783 rtc::AsyncPacketSocket* socket, in OnExternalPacket()