Home
last modified time | relevance | path

Searched refs:GetRequestedEvents (Results 1 – 25 of 92) sorted by relevance

1234

/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dphysicalsocketserver.cc553 virtual uint32 GetRequestedEvents() { in GetRequestedEvents() function in talk_base::EventDispatcher
713 virtual uint32 GetRequestedEvents() { in GetRequestedEvents() function in talk_base::PosixSignalDispatcher
844 virtual uint32 GetRequestedEvents() { in GetRequestedEvents() function in talk_base::SocketDispatcher
912 virtual uint32 GetRequestedEvents() { in GetRequestedEvents() function in talk_base::FileDispatcher
992 virtual uint32 GetRequestedEvents() { in GetRequestedEvents() function in talk_base::EventDispatcher
1076 virtual uint32 GetRequestedEvents() { in GetRequestedEvents() function in talk_base::SocketDispatcher
1297 uint32 ff = pdispatcher->GetRequestedEvents(); in Wait()
1346 if (pdispatcher->GetRequestedEvents() & DE_ACCEPT) { in Wait()
1359 if (pdispatcher->GetRequestedEvents() & DE_CONNECT) { in Wait()
1492 FlagsToEvents(disp->GetRequestedEvents())); in Wait()
H A Dphysicalsocketserver.h61 virtual uint32 GetRequestedEvents() = 0;
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dphysicalsocketserver.cc582 uint32_t GetRequestedEvents() override { return DE_READ; } in GetRequestedEvents() function in rtc::EventDispatcher
734 uint32_t GetRequestedEvents() override { return DE_READ; } in GetRequestedEvents() function in rtc::PosixSignalDispatcher
859 uint32_t GetRequestedEvents() override { return enabled_events_; } in GetRequestedEvents() function in rtc::SocketDispatcher
923 uint32_t GetRequestedEvents() override { return flags_; } in GetRequestedEvents() function in rtc::FileDispatcher
996 virtual uint32_t GetRequestedEvents() { return 0; } in GetRequestedEvents() function in rtc::EventDispatcher
1075 virtual uint32_t GetRequestedEvents() { return enabled_events_; } in GetRequestedEvents() function in rtc::SocketDispatcher
1308 uint32_t ff = pdispatcher->GetRequestedEvents(); in Wait()
1357 if (pdispatcher->GetRequestedEvents() & DE_ACCEPT) { in Wait()
1370 if (pdispatcher->GetRequestedEvents() & DE_CONNECT) { in Wait()
1500 FlagsToEvents(disp->GetRequestedEvents())); in Wait()
H A Dphysicalsocketserver.h44 virtual uint32_t GetRequestedEvents() = 0;
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/base/
H A Dphysicalsocketserver.cc582 uint32 GetRequestedEvents() override { return DE_READ; } in GetRequestedEvents() function in rtc::EventDispatcher
734 uint32 GetRequestedEvents() override { return DE_READ; } in GetRequestedEvents() function in rtc::PosixSignalDispatcher
859 uint32 GetRequestedEvents() override { return enabled_events_; } in GetRequestedEvents() function in rtc::SocketDispatcher
923 uint32 GetRequestedEvents() override { return flags_; } in GetRequestedEvents() function in rtc::FileDispatcher
996 virtual uint32 GetRequestedEvents() { in GetRequestedEvents() function in rtc::EventDispatcher
1080 virtual uint32 GetRequestedEvents() { in GetRequestedEvents() function in rtc::SocketDispatcher
1315 uint32 ff = pdispatcher->GetRequestedEvents(); in Wait()
1364 if (pdispatcher->GetRequestedEvents() & DE_ACCEPT) { in Wait()
1377 if (pdispatcher->GetRequestedEvents() & DE_CONNECT) { in Wait()
1507 FlagsToEvents(disp->GetRequestedEvents())); in Wait()
H A Dphysicalsocketserver.h44 virtual uint32 GetRequestedEvents() = 0;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/
H A Dphysical_socket_server.cc746 uint32_t SocketDispatcher::GetRequestedEvents() { in GetRequestedEvents() function in rtc::SocketDispatcher
926 uint32_t GetRequestedEvents() override { return DE_READ; } in GetRequestedEvents() function in rtc::EventDispatcher
1074 uint32_t GetRequestedEvents() override { return DE_READ; } in GetRequestedEvents() function in rtc::PosixSignalDispatcher
1167 uint32_t GetRequestedEvents() override { return 0; } in GetRequestedEvents() function in rtc::EventDispatcher
1382 if (dispatcher->GetRequestedEvents() & DE_ACCEPT) { in ProcessEvents()
1394 if (dispatcher->GetRequestedEvents() & DE_CONNECT) { in ProcessEvents()
1463 uint32_t ff = pdispatcher->GetRequestedEvents(); in WaitSelect()
1550 event.events = GetEpollEvents(pdispatcher->GetRequestedEvents()); in AddEpoll()
1589 event.events = GetEpollEvents(pdispatcher->GetRequestedEvents()); in UpdateEpoll()
1688 uint32_t ff = dispatcher->GetRequestedEvents(); in WaitPoll()
[all …]
H A Dphysical_socket_server.h51 virtual uint32_t GetRequestedEvents() = 0;
241 uint32_t GetRequestedEvents() override;
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dphysicalsocketserver.cc741 uint32_t SocketDispatcher::GetRequestedEvents() { in GetRequestedEvents() function in rtc::SocketDispatcher
921 uint32_t GetRequestedEvents() override { return DE_READ; } in GetRequestedEvents() function in rtc::EventDispatcher
1074 uint32_t GetRequestedEvents() override { return DE_READ; } in GetRequestedEvents() function in rtc::PosixSignalDispatcher
1171 uint32_t GetRequestedEvents() override { return 0; } in GetRequestedEvents() function in rtc::EventDispatcher
1397 if (dispatcher->GetRequestedEvents() & DE_ACCEPT) { in ProcessEvents()
1409 if (dispatcher->GetRequestedEvents() & DE_CONNECT) { in ProcessEvents()
1484 uint32_t ff = pdispatcher->GetRequestedEvents(); in WaitSelect()
1579 event.events = GetEpollEvents(pdispatcher->GetRequestedEvents()); in AddEpoll()
1618 event.events = GetEpollEvents(pdispatcher->GetRequestedEvents()); in UpdateEpoll()
1717 uint32_t ff = dispatcher->GetRequestedEvents(); in WaitPoll()
[all …]
H A Dphysicalsocketserver.h50 virtual uint32_t GetRequestedEvents() = 0;
238 uint32_t GetRequestedEvents() override;
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dphysicalsocketserver.cc741 uint32_t SocketDispatcher::GetRequestedEvents() { in GetRequestedEvents() function in rtc::SocketDispatcher
921 uint32_t GetRequestedEvents() override { return DE_READ; } in GetRequestedEvents() function in rtc::EventDispatcher
1074 uint32_t GetRequestedEvents() override { return DE_READ; } in GetRequestedEvents() function in rtc::PosixSignalDispatcher
1171 uint32_t GetRequestedEvents() override { return 0; } in GetRequestedEvents() function in rtc::EventDispatcher
1397 if (dispatcher->GetRequestedEvents() & DE_ACCEPT) { in ProcessEvents()
1409 if (dispatcher->GetRequestedEvents() & DE_CONNECT) { in ProcessEvents()
1484 uint32_t ff = pdispatcher->GetRequestedEvents(); in WaitSelect()
1579 event.events = GetEpollEvents(pdispatcher->GetRequestedEvents()); in AddEpoll()
1618 event.events = GetEpollEvents(pdispatcher->GetRequestedEvents()); in UpdateEpoll()
1717 uint32_t ff = dispatcher->GetRequestedEvents(); in WaitPoll()
[all …]
H A Dphysicalsocketserver.h50 virtual uint32_t GetRequestedEvents() = 0;
238 uint32_t GetRequestedEvents() override;
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/rtc_base/
H A Dphysicalsocketserver.cc741 uint32_t SocketDispatcher::GetRequestedEvents() { in GetRequestedEvents() function in rtc::SocketDispatcher
921 uint32_t GetRequestedEvents() override { return DE_READ; } in GetRequestedEvents() function in rtc::EventDispatcher
1074 uint32_t GetRequestedEvents() override { return DE_READ; } in GetRequestedEvents() function in rtc::PosixSignalDispatcher
1171 uint32_t GetRequestedEvents() override { return 0; } in GetRequestedEvents() function in rtc::EventDispatcher
1397 if (dispatcher->GetRequestedEvents() & DE_ACCEPT) { in ProcessEvents()
1409 if (dispatcher->GetRequestedEvents() & DE_CONNECT) { in ProcessEvents()
1484 uint32_t ff = pdispatcher->GetRequestedEvents(); in WaitSelect()
1579 event.events = GetEpollEvents(pdispatcher->GetRequestedEvents()); in AddEpoll()
1618 event.events = GetEpollEvents(pdispatcher->GetRequestedEvents()); in UpdateEpoll()
1717 uint32_t ff = dispatcher->GetRequestedEvents(); in WaitPoll()
[all …]
H A Dphysicalsocketserver.h50 virtual uint32_t GetRequestedEvents() = 0;
238 uint32_t GetRequestedEvents() override;
/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/
H A Dphysical_socket_server.cc759 uint32_t SocketDispatcher::GetRequestedEvents() { in GetRequestedEvents() function in rtc::SocketDispatcher
956 uint32_t GetRequestedEvents() override { return DE_READ; } in GetRequestedEvents() function in rtc::Signaler
1024 uint32_t GetRequestedEvents() override { return 0; } in GetRequestedEvents() function in rtc::Signaler
1199 const uint32_t requested_events = dispatcher->GetRequestedEvents(); in ProcessEvents()
1289 uint32_t ff = pdispatcher->GetRequestedEvents(); in WaitSelect()
1371 event.events = GetEpollEvents(pdispatcher->GetRequestedEvents()); in AddEpoll()
1410 event.events = GetEpollEvents(pdispatcher->GetRequestedEvents()); in UpdateEpoll()
1496 uint32_t ff = dispatcher->GetRequestedEvents(); in WaitPoll()
1592 FlagsToEvents(disp->GetRequestedEvents())); in Wait()
H A Dphysical_socket_server.h52 virtual uint32_t GetRequestedEvents() = 0;
239 uint32_t GetRequestedEvents() override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/
H A Dphysical_socket_server.cc759 uint32_t SocketDispatcher::GetRequestedEvents() { in GetRequestedEvents() function in rtc::SocketDispatcher
947 uint32_t GetRequestedEvents() override { return DE_READ; } in GetRequestedEvents() function in rtc::EventDispatcher
1013 uint32_t GetRequestedEvents() override { return 0; } in GetRequestedEvents() function in rtc::EventDispatcher
1200 const uint32_t requested_events = dispatcher->GetRequestedEvents(); in ProcessEvents()
1291 uint32_t ff = pdispatcher->GetRequestedEvents(); in WaitSelect()
1373 event.events = GetEpollEvents(pdispatcher->GetRequestedEvents()); in AddEpoll()
1412 event.events = GetEpollEvents(pdispatcher->GetRequestedEvents()); in UpdateEpoll()
1498 uint32_t ff = dispatcher->GetRequestedEvents(); in WaitPoll()
1594 FlagsToEvents(disp->GetRequestedEvents())); in Wait()
H A Dphysical_socket_server.h50 virtual uint32_t GetRequestedEvents() = 0;
238 uint32_t GetRequestedEvents() override;
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/rtc_base/
H A Dphysical_socket_server.cc762 uint32_t SocketDispatcher::GetRequestedEvents() { in GetRequestedEvents() function in rtc::SocketDispatcher
950 uint32_t GetRequestedEvents() override { return DE_READ; } in GetRequestedEvents() function in rtc::EventDispatcher
1016 uint32_t GetRequestedEvents() override { return 0; } in GetRequestedEvents() function in rtc::EventDispatcher
1203 const uint32_t requested_events = dispatcher->GetRequestedEvents(); in ProcessEvents()
1294 uint32_t ff = pdispatcher->GetRequestedEvents(); in WaitSelect()
1376 event.events = GetEpollEvents(pdispatcher->GetRequestedEvents()); in AddEpoll()
1415 event.events = GetEpollEvents(pdispatcher->GetRequestedEvents()); in UpdateEpoll()
1501 uint32_t ff = dispatcher->GetRequestedEvents(); in WaitPoll()
1597 FlagsToEvents(disp->GetRequestedEvents())); in Wait()
H A Dphysical_socket_server.h50 virtual uint32_t GetRequestedEvents() = 0;
238 uint32_t GetRequestedEvents() override;
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/base/
H A Dphysicalsocketserver.cc727 uint32_t SocketDispatcher::GetRequestedEvents() { in GetRequestedEvents() function in rtc::SocketDispatcher
844 uint32_t GetRequestedEvents() override { return DE_READ; } in GetRequestedEvents() function in rtc::EventDispatcher
996 uint32_t GetRequestedEvents() override { return DE_READ; } in GetRequestedEvents() function in rtc::PosixSignalDispatcher
1093 virtual uint32_t GetRequestedEvents() { return 0; } in GetRequestedEvents() function in rtc::EventDispatcher
1281 uint32_t ff = pdispatcher->GetRequestedEvents(); in Wait()
1330 if (pdispatcher->GetRequestedEvents() & DE_ACCEPT) { in Wait()
1343 if (pdispatcher->GetRequestedEvents() & DE_CONNECT) { in Wait()
1473 FlagsToEvents(disp->GetRequestedEvents())); in Wait()
H A Dphysicalsocketserver.h44 virtual uint32_t GetRequestedEvents() = 0;
212 uint32_t GetRequestedEvents() override;
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/session/phone/
H A Dlinuxdevicemanager.cc64 virtual uint32 GetRequestedEvents();
370 uint32 LinuxDeviceWatcher::GetRequestedEvents() { in GetRequestedEvents() function in cricket::LinuxDeviceWatcher
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/google.golang.org/appengine/internal/socket/
H A Dsocket_service.pb.go1745 func (m *PollEvent) GetRequestedEvents() int32 { func
/dports/www/tusc/tusc-0.4.7/vendor/github.com/tus/tusd/vendor/google.golang.org/appengine/internal/socket/
H A Dsocket_service.pb.go1745 func (m *PollEvent) GetRequestedEvents() int32 { func

1234