Searched refs:OnSocketNotify (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/base/ |
D | win32socketserver.cc | 161 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
|
D | win32socketserver.h | 68 void OnSocketNotify(SOCKET socket, int event, int error);
|