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

  /external/webrtc/webrtc/base/
physicalsocketserver.cc 364 enabled_events_ |= DE_ACCEPT;
374 // Always re-subscribe DE_ACCEPT to make sure new incoming connections will
376 enabled_events_ |= DE_ACCEPT;
703 if (((ff & DE_ACCEPT) != 0) && (id_ == cache_id)) {
704 enabled_events_ &= ~DE_ACCEPT;
730 if ((ff & DE_ACCEPT) != 0) {
731 enabled_events_ &= ~DE_ACCEPT;
1065 if (events & DE_ACCEPT)
    [all...]
physicalsocketserver.h 34 DE_ACCEPT = 0x0010,

Completed in 80 milliseconds