Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dturnserver.cc50 MSG_ALLOCATION_TIMEOUT, enumerator
578 thread_->Clear(this, MSG_ALLOCATION_TIMEOUT); in ~TurnServerAllocation()
628 thread_->PostDelayed(lifetime_secs * 1000, this, MSG_ALLOCATION_TIMEOUT); in HandleAllocateRequest()
655 thread_->Clear(this, MSG_ALLOCATION_TIMEOUT); in HandleRefreshRequest()
656 thread_->PostDelayed(lifetime_secs * 1000, this, MSG_ALLOCATION_TIMEOUT); in HandleRefreshRequest()
891 ASSERT(msg->message_id == MSG_ALLOCATION_TIMEOUT); in OnMessage()
916 thread_->Clear(this, MSG_ALLOCATION_TIMEOUT); in ~Permission()
920 thread_->Clear(this, MSG_ALLOCATION_TIMEOUT); in Refresh()
921 thread_->PostDelayed(kPermissionTimeout, this, MSG_ALLOCATION_TIMEOUT); in Refresh()
925 ASSERT(msg->message_id == MSG_ALLOCATION_TIMEOUT); in OnMessage()
[all …]