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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
relayserver.cc 674 const uint32 MSG_LIFETIME_TIMER = 1;
689 server_->thread()->PostDelayed(lifetime_, this, MSG_LIFETIME_TIMER);
752 if (pmsg->message_id == MSG_LIFETIME_TIMER) {
761 server_->thread()->PostDelayed(lifetime_, this, MSG_LIFETIME_TIMER);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayserver.cc 664 const uint32 MSG_LIFETIME_TIMER = 1;
680 server_->thread()->PostDelayed(lifetime_, this, MSG_LIFETIME_TIMER);
743 if (pmsg->message_id == MSG_LIFETIME_TIMER) {
752 server_->thread()->PostDelayed(lifetime_, this, MSG_LIFETIME_TIMER);

Completed in 2307 milliseconds