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

  /external/webrtc/webrtc/base/
winping.cc 149 : dll_(0), hping_(INVALID_HANDLE_VALUE), create_(0), close_(0), send_(0),
161 send_ = (PIcmpSendEcho) GetProcAddress(dll_, ICMP_SEND_FUNC);
162 if (!create_ || !close_ || !send_) {
245 result = send_(hping_, ip.ipv4_address().S_un.S_addr, data_,
winping.h 91 PIcmpSendEcho send_; member in class:rtc::WinPing
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine.h 265 SendFlags send_ = SEND_NOTHING; member in class:cricket::final
webrtcvoiceengine.cc     [all...]

Completed in 478 milliseconds