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

  /external/chromium_org/third_party/libjingle/source/talk/base/
winping.cc 165 : dll_(0), hping_(INVALID_HANDLE_VALUE), create_(0), close_(0), send_(0),
177 send_ = (PIcmpSendEcho) GetProcAddress(dll_, ICMP_SEND_FUNC);
178 if (!create_ || !close_ || !send_) {
260 result = send_(hping_, ip.ipv4_address().S_un.S_addr,
winping.h 106 PIcmpSendEcho send_; member in class:talk_base::WinPing
  /external/chromium_org/third_party/webrtc/base/
winping.cc 148 : dll_(0), hping_(INVALID_HANDLE_VALUE), create_(0), close_(0), send_(0),
160 send_ = (PIcmpSendEcho) GetProcAddress(dll_, ICMP_SEND_FUNC);
161 if (!create_ || !close_ || !send_) {
243 result = send_(hping_, ip.ipv4_address().S_un.S_addr,
winping.h 89 PIcmpSendEcho send_; member in class:rtc::WinPing
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.h 372 bool sending() const { return send_ != SEND_NOTHING; }
440 SendFlags send_; member in class:cricket::WebRtcVoiceMediaChannel
webrtcvoiceengine.cc     [all...]

Completed in 180 milliseconds