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

  /external/chromium_org/third_party/libjingle/source/talk/base/
physicalsocketserver.cc 574 if (pipe(afd_) < 0)
581 close(afd_[0]);
582 close(afd_[1]);
589 if (VERIFY(1 == write(afd_[1], b, sizeof(b)))) {
606 VERIFY(1 == read(afd_[0], b, sizeof(b)));
616 return afd_[0];
625 int afd_[2]; member in class:talk_base::EventDispatcher
670 return afd_[0];
686 if (-1 == write(afd_[1], b, sizeof(b))) {
698 if (pipe(afd_) < 0)
    [all...]
  /external/chromium_org/third_party/webrtc/base/
physicalsocketserver.cc 557 if (pipe(afd_) < 0)
564 close(afd_[0]);
565 close(afd_[1]);
572 if (VERIFY(1 == write(afd_[1], b, sizeof(b)))) {
589 VERIFY(1 == read(afd_[0], b, sizeof(b)));
599 return afd_[0];
608 int afd_[2]; member in class:rtc::EventDispatcher
653 return afd_[0];
669 if (-1 == write(afd_[1], b, sizeof(b))) {
681 if (pipe(afd_) < 0)
    [all...]

Completed in 4385 milliseconds