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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
transport.cc 322 bool readable = GetTransportState_s(true);
336 bool writable = GetTransportState_s(false);
343 bool Transport::GetTransportState_s(bool read) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transport.cc 465 TransportState readable = GetTransportState_s(true);
479 TransportState writable = GetTransportState_s(false);
487 TransportState Transport::GetTransportState_s(bool read) {

Completed in 3141 milliseconds