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

  /external/chromium/third_party/libjingle/source/talk/base/
physicalsocketserver.cc 526 if (pipe(afd_) < 0)
533 close(afd_[0]);
534 close(afd_[1]);
541 if (VERIFY(1 == write(afd_[1], b, sizeof(b)))) {
558 VERIFY(1 == read(afd_[0], b, sizeof(b)));
568 return afd_[0];
577 int afd_[2]; member in class:talk_base::EventDispatcher
616 return afd_[0];
632 if (-1 == write(afd_[1], b, sizeof(b))) {
644 if (pipe(afd_) < 0)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
physicalsocketserver.cc 569 if (pipe(afd_) < 0)
576 close(afd_[0]);
577 close(afd_[1]);
584 if (VERIFY(1 == write(afd_[1], b, sizeof(b)))) {
601 VERIFY(1 == read(afd_[0], b, sizeof(b)));
611 return afd_[0];
620 int afd_[2]; member in class:talk_base::EventDispatcher
665 return afd_[0];
681 if (-1 == write(afd_[1], b, sizeof(b))) {
693 if (pipe(afd_) < 0)
    [all...]

Completed in 2397 milliseconds