Searched refs:SE_CLOSE (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dsslstreamadapterhelper.cc102 StreamAdapterInterface::OnEvent(stream(), SE_CLOSE, err); local
H A Dsocketpool.cc89 if ((events & SE_CLOSE) == 0) {
222 ASSERT(0 != (events & (SE_READ|SE_CLOSE)));
223 if (0 != (events & SE_CLOSE)) {
H A Dhttpbase.cc404 OnHttpStreamEvent(http_stream_, SE_CLOSE, HE_DISCONNECTED);
441 OnHttpStreamEvent(http_stream_, SE_CLOSE, HE_DISCONNECTED);
695 OnHttpStreamEvent(http_stream_, SE_CLOSE, error);
740 ds->SignalEvent(ds, SE_CLOSE, err);
773 if ((events & SE_CLOSE) == 0)
799 if (events & SE_CLOSE) {
H A Dsocketstream.cc117 SignalEvent(this, SE_CLOSE, err);
H A Dopensslstreamadapter.cc554 if ((events & SE_CLOSE)) {
555 LOG(LS_VERBOSE) << "OpenSSLStreamAdapter::OnEvent(SE_CLOSE, " << err << ")";
557 events_to_signal |= SE_CLOSE;
558 // SE_CLOSE is the only event that uses the final parameter to OnEvent().
686 StreamAdapterInterface::OnEvent(stream(), SE_CLOSE, err); local
H A Dnssstreamadapter.cc743 if ((events & SE_CLOSE)) {
744 LOG(LS_INFO) << "NSSStreamAdapter::OnEvent(SE_CLOSE, " << err << ")";
746 events_to_signal |= SE_CLOSE;
747 // SE_CLOSE is the only event that uses the final parameter to OnEvent().
H A Dtestutils.h53 SSE_CLOSE = SE_CLOSE,
204 events |= SE_CLOSE;
H A Dstream.h48 // SE_CLOSE: The stream has transitioned to the SS_CLOSED state
51 enum StreamEvent { SE_OPEN = 1, SE_READ = 2, SE_WRITE = 4, SE_CLOSE = 8 }; enumerator in enum:rtc::StreamEvent
87 // Attempt to transition to the SS_CLOSED state. SE_CLOSE will not be
94 // If SE_CLOSE is signalled, then the third argument is the associated error
H A Dsslstreamadapter_unittest.cc111 int mask = (rtc::SE_READ | rtc::SE_CLOSE);
H A Dstream.cc1162 } else if (events & SE_CLOSE) {
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dpseudotcpchannel.cc184 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, 0));
202 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, -1));
439 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, nError));
H A Dtunnelsessionclient_unittest.cc169 if (events & rtc::SE_CLOSE) {
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Ddtlstransportchannel.cc552 if (sig & rtc::SE_CLOSE) {
553 ASSERT(sig == rtc::SE_CLOSE); // SE_CLOSE should be by itself.
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppsocket.cc169 if ((events & rtc::SE_CLOSE))

Completed in 1380 milliseconds