Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dconnection.h337 enum { MSG_DELETE = 0, MSG_FIRST_AVAILABLE }; enumerator
Dconnection.cc755 port_->thread()->Post(RTC_FROM_HERE, this, MSG_DELETE); in Destroy()
1216 RTC_DCHECK(pmsg->message_id == MSG_DELETE); in OnMessage()