Searched defs:OnSocketNotify (Results 1 - 1 of 1) sorted by relevance

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

Completed in 121 milliseconds