Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dport.h578 enum { MSG_DELETE = 0, MSG_FIRST_AVAILABLE }; enumerator
Dport.cc1004 port_->thread()->Post(this, MSG_DELETE); in Destroy()
1304 ASSERT(pmsg->message_id == MSG_DELETE); in OnMessage()