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

  /external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.h 105 void SetPortAllocatorFlags(uint32 flags) { portallocator_flags_ = flags; }
194 uint32 portallocator_flags_; member in class:CallClient
callclient.cc 248 portallocator_flags_(0),
353 if (portallocator_flags_ != 0) {
354 port_allocator_->set_flags(portallocator_flags_);
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.h 153 void SetPortAllocatorFlags(uint32 flags) { portallocator_flags_ = flags; }
339 uint32 portallocator_flags_; member in class:CallClient
callclient.cc 393 portallocator_flags_(0),
497 if (portallocator_flags_ != 0) {
498 port_allocator_->set_flags(portallocator_flags_);
    [all...]

Completed in 60 milliseconds