Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dtransport.cc322 bool readable = GetTransportState_s(true); in OnChannelReadableState_s()
336 bool writable = GetTransportState_s(false); in OnChannelWritableState_s()
343 bool Transport::GetTransportState_s(bool read) { in GetTransportState_s() function in cricket::Transport
Dtransport.h250 bool GetTransportState_s(bool read);