Searched refs:OnSocketNotify (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/rtc_base/ |
D | win32_socket_server.cc | 134 bool OnSocketNotify(UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT& result); 156 return OnSocketNotify(uMsg, wParam, lParam, result); in OnMessage() 163 bool Win32Socket::EventSink::OnSocketNotify(UINT uMsg, in OnSocketNotify() function in rtc::Win32Socket::EventSink 179 parent_->OnSocketNotify(static_cast<SOCKET>(wParam), wsa_event, wsa_error); in OnSocketNotify() 575 void Win32Socket::OnSocketNotify(SOCKET socket, int event, int error) { in OnSocketNotify() function in rtc::Win32Socket
|
D | win32_socket_server.h | 71 void OnSocketNotify(SOCKET socket, int event, int error);
|