HomeSort by relevance Sort by last modified time
    Searched refs:OnSocketNotify (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/base/
win32socketserver.h 68 void OnSocketNotify(SOCKET socket, int event, int error);
win32socketserver.cc 161 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,
202 parent_->OnSocketNotify(static_cast<SOCKET>(wParam), wsa_event, wsa_error);
619 void Win32Socket::OnSocketNotify(SOCKET socket, int event, int error) {

Completed in 59 milliseconds