Searched refs:GetTransportState_s (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransport.h479 TransportState GetTransportState_s(bool read);
H A Dtransport.cc531 TransportState readable = GetTransportState_s(true);
547 TransportState writable = GetTransportState_s(false);
555 TransportState Transport::GetTransportState_s(bool read) { function in class:cricket::Transport

Completed in 94 milliseconds