Searched refs:MSG_STUN_SEND (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dstunrequest.cc36 const uint32 MSG_STUN_SEND = 1; member in namespace:cricket
63 thread_->PostDelayed(delay, request, MSG_STUN_SEND, NULL);
170 ASSERT(pmsg->message_id == MSG_STUN_SEND);
185 manager_->thread_->PostDelayed(delay, this, MSG_STUN_SEND, NULL);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstunrequest.cc36 const uint32 MSG_STUN_SEND = 1; member in namespace:cricket
63 thread_->PostDelayed(delay, request, MSG_STUN_SEND, NULL);
184 ASSERT(pmsg->message_id == MSG_STUN_SEND);
199 manager_->thread_->PostDelayed(delay, this, MSG_STUN_SEND, NULL);

Completed in 88 milliseconds