Home
last modified time | relevance | path

Searched refs:SetOption_n (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/pc/
Dchannel.h159 int SetOption_n(SocketType type, rtc::Socket::Option o, int val);
Dchannel.cc327 RTC_FROM_HERE, Bind(&BaseChannel::SetOption_n, this, type, opt, value)); in SetOption()
330 int BaseChannel::SetOption_n(SocketType type, in SetOption_n() function in cricket::BaseChannel