Searched refs:DE_ACCEPT (Results 1 - 4 of 4) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dphysicalsocketserver.h50 DE_ACCEPT = 0x0010, enumerator in enum:talk_base::DispatcherEvent
H A Dphysicalsocketserver.cc361 enabled_events_ |= DE_ACCEPT;
377 enabled_events_ |= DE_ACCEPT;
859 if ((ff & DE_ACCEPT) != 0) {
860 enabled_events_ &= ~DE_ACCEPT;
956 if (events & DE_ACCEPT)
1093 if (((ff & DE_ACCEPT) != 0) && (id_ == cache_id)) {
1094 enabled_events_ &= ~DE_ACCEPT;
1277 if (ff & (DE_READ | DE_ACCEPT))
1325 if (pdispatcher->GetRequestedEvents() & DE_ACCEPT) {
1326 ff |= DE_ACCEPT;
[all...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dphysicalsocketserver.h50 DE_ACCEPT = 0x0010, enumerator in enum:talk_base::DispatcherEvent
H A Dphysicalsocketserver.cc370 enabled_events_ |= DE_ACCEPT;
387 enabled_events_ |= DE_ACCEPT;
887 if ((ff & DE_ACCEPT) != 0) {
888 enabled_events_ &= ~DE_ACCEPT;
992 if (events & DE_ACCEPT)
1127 if (((ff & DE_ACCEPT) != 0) && (id_ == cache_id)) {
1128 enabled_events_ &= ~DE_ACCEPT;
1327 if (ff & (DE_READ | DE_ACCEPT))
1375 if (pdispatcher->GetRequestedEvents() & DE_ACCEPT) {
1376 ff |= DE_ACCEPT;
[all...]

Completed in 154 milliseconds