Home
last modified time | relevance | path

Searched refs:SE_CLOSE (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/base/
Dsocketpool.cc89 if ((events & SE_CLOSE) == 0) { in OnStreamEvent()
222 ASSERT(0 != (events & (SE_READ|SE_CLOSE))); in OnStreamEvent()
223 if (0 != (events & SE_CLOSE)) { in OnStreamEvent()
Dhttpbase.cc408 OnHttpStreamEvent(http_stream_, SE_CLOSE, HE_DISCONNECTED); in send()
445 OnHttpStreamEvent(http_stream_, SE_CLOSE, HE_DISCONNECTED); in recv()
700 OnHttpStreamEvent(http_stream_, SE_CLOSE, error); in flush_data()
745 ds->SignalEvent(ds, SE_CLOSE, err); in do_complete()
778 if ((events & SE_CLOSE) == 0) in OnHttpStreamEvent()
804 if (events & SE_CLOSE) { in OnDocumentEvent()
Dsslstreamadapterhelper.cc116 StreamAdapterInterface::OnEvent(stream(), SE_CLOSE, err); in Error()
Dsocketstream.cc117 SignalEvent(this, SE_CLOSE, err); in OnCloseEvent()
Dopensslstreamadapter.cc717 if ((events & SE_CLOSE)) { in OnEvent()
720 events_to_signal |= SE_CLOSE; in OnEvent()
856 StreamAdapterInterface::OnEvent(stream(), SE_CLOSE, err); in Error()
Dtestutils.h55 SSE_CLOSE = SE_CLOSE,
206 events |= SE_CLOSE; in SetState()
Dstream.h51 enum StreamEvent { SE_OPEN = 1, SE_READ = 2, SE_WRITE = 4, SE_CLOSE = 8 }; enumerator
Dstream.cc953 } else if (events & SE_CLOSE) { in OnEvent()
Dsslstreamadapter_unittest.cc113 int mask = (rtc::SE_READ | rtc::SE_CLOSE); in OnEventIn()
/external/webrtc/webrtc/p2p/base/
Ddtlstransportchannel.cc549 if (sig & rtc::SE_CLOSE) { in OnDtlsEvent()
550 ASSERT(sig == rtc::SE_CLOSE); // SE_CLOSE should be by itself. in OnDtlsEvent()
/external/webrtc/webrtc/libjingle/xmpp/
Dxmppsocket.cc151 if ((events & rtc::SE_CLOSE)) in OnEvent()