Searched refs:DE_CONNECT (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/third_party/webrtc/base/
H A Dphysicalsocketserver.cc212 enabled_events_ |= DE_CONNECT;
874 if ((ff & DE_CONNECT) != 0)
883 if ((ff & DE_CONNECT) != 0) {
884 enabled_events_ &= ~DE_CONNECT;
990 if (events & DE_CONNECT)
1108 if ((ff & DE_CONNECT) != 0)
1117 if (((ff & DE_CONNECT) != 0) && (id_ == cache_id)) {
1118 if (ff != DE_CONNECT)
1119 LOG(LS_VERBOSE) << "Signalled with DE_CONNECT: " << ff;
1120 enabled_events_ &= ~DE_CONNECT;
[all...]
H A Dphysicalsocketserver.h31 DE_CONNECT = 0x0004, enumerator in enum:rtc::DispatcherEvent

Completed in 80 milliseconds