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

  /external/chromium/third_party/libjingle/source/talk/base/
physicalsocketserver.h 50 DE_ACCEPT = 0x0010,
physicalsocketserver.cc 361 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;
    [all...]

Completed in 1821 milliseconds