Home
last modified time | relevance | path

Searched refs:send_ (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/base/
Dwinping.cc149 : dll_(0), hping_(INVALID_HANDLE_VALUE), create_(0), close_(0), send_(0), in WinPing()
161 send_ = (PIcmpSendEcho) GetProcAddress(dll_, ICMP_SEND_FUNC); in WinPing()
162 if (!create_ || !close_ || !send_) { in WinPing()
245 result = send_(hping_, ip.ipv4_address().S_un.S_addr, data_, in Ping()
Dwinping.h91 PIcmpSendEcho send_; variable
/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine.h265 SendFlags send_ = SEND_NOTHING; variable
Dwebrtcvoiceengine.cc1777 if (send_ == send) { in ChangeSend()
1793 send_ = send; in ChangeSend()
2373 (send_ == SEND_NOTHING ? false : stats.typing_noise_detected); in GetStats()