Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dwin32socketserver.cc161 bool OnSocketNotify(UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT& result);
181 return OnSocketNotify(uMsg, wParam, lParam, result); in OnMessage()
188 bool Win32Socket::EventSink::OnSocketNotify(UINT uMsg, WPARAM wParam, in OnSocketNotify() function in rtc::Win32Socket::EventSink
202 parent_->OnSocketNotify(static_cast<SOCKET>(wParam), wsa_event, wsa_error); in OnSocketNotify()
619 void Win32Socket::OnSocketNotify(SOCKET socket, int event, int error) { in OnSocketNotify() function in rtc::Win32Socket
Dwin32socketserver.h68 void OnSocketNotify(SOCKET socket, int event, int error);