HomeSort by relevance Sort by last modified time
    Searched defs:TurnServerAllocation (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/p2p/base/
turnserver.h 65 class TurnServerAllocation : public rtc::MessageHandler,
68 TurnServerAllocation(TurnServer* server_,
73 virtual ~TurnServerAllocation();
88 sigslot::signal1<TurnServerAllocation*> SignalDestroyed;
162 typedef std::map<TurnServerConnection, TurnServerAllocation*> AllocationMap;
227 TurnServerAllocation* FindAllocation(TurnServerConnection* conn);
228 TurnServerAllocation* CreateAllocation(
246 void OnAllocationDestroyed(TurnServerAllocation* allocation);
273 friend class TurnServerAllocation;
turnserver.cc 48 // IDs used for posted messages for TurnServerAllocation.
56 class TurnServerAllocation::Permission : public rtc::MessageHandler {
76 class TurnServerAllocation::Channel : public rtc::MessageHandler {
209 TurnServerAllocation* allocation = FindAllocation(&conn);
242 TurnServerAllocation* allocation = FindAllocation(conn);
335 TurnServerAllocation* allocation = FindAllocation(conn);
386 TurnServerAllocation* alloc = CreateAllocation(conn, proto, key);
430 TurnServerAllocation* TurnServer::FindAllocation(TurnServerConnection* conn) {
435 TurnServerAllocation* TurnServer::CreateAllocation(TurnServerConnection* conn,
445 TurnServerAllocation* allocation = new TurnServerAllocation(this
    [all...]

Completed in 316 milliseconds