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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc 40 const uint32 MSG_ALLOCATE = 3;
498 // Begin allocate (or immediately re-allocate, if MSG_ALLOCATE pending)
509 thread()->Clear(this, MSG_ALLOCATE);
745 else if (pmsg->message_id == MSG_ALLOCATE)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 50 const uint32 MSG_ALLOCATE = 3;
256 network_thread_->PostDelayed(ALLOCATE_DELAY, this, MSG_ALLOCATE);
266 network_thread_->Clear(this, MSG_ALLOCATE);
283 case MSG_ALLOCATE:
332 network_thread_->Post(this, MSG_ALLOCATE);
382 network_thread_->PostDelayed(ALLOCATE_DELAY, this, MSG_ALLOCATE);

Completed in 43 milliseconds