Searched refs:SE_CLOSE (Results 1 – 6 of 6) sorted by relevance
49 enum StreamEvent { SE_OPEN = 1, SE_READ = 2, SE_WRITE = 4, SE_CLOSE = 8 }; enumerator
124 SignalEvent(this, SE_CLOSE, err); in OnCloseEvent()
38 SSE_CLOSE = rtc::SE_CLOSE,
775 if ((events & SE_CLOSE)) { in OnEvent()779 events_to_signal |= SE_CLOSE; in OnEvent()907 StreamAdapterInterface::OnEvent(stream(), SE_CLOSE, err); in Error()
179 int mask = (rtc::SE_READ | rtc::SE_CLOSE); in OnEventIn()
698 if (sig & rtc::SE_CLOSE) { in OnDtlsEvent()699 RTC_DCHECK(sig == rtc::SE_CLOSE); // SE_CLOSE should be by itself. in OnDtlsEvent()