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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transport.h 134 enum TransportState {
474 TransportState GetTransportState_s(bool read);
498 TransportState readable_;
499 TransportState writable_;
transport.cc 512 TransportState readable = GetTransportState_s(true);
528 TransportState writable = GetTransportState_s(false);
536 TransportState Transport::GetTransportState_s(bool read) {

Completed in 40 milliseconds