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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectionproxy.h 62 PROXY_METHOD2(bool, UpdateIce, const IceServers&,
peerconnection.h 102 virtual bool UpdateIce(const IceServers& configuration,
104 virtual bool UpdateIce(
peerconnectioninterface.h 259 virtual bool UpdateIce(const IceServers& configuration,
webrtcsession.h 159 bool UpdateIce(PeerConnectionInterface::IceTransportsType type);
peerconnection.cc 578 bool PeerConnection::UpdateIce(const IceServers& configuration,
583 bool PeerConnection::UpdateIce(const RTCConfiguration& config) {
600 LOG(LS_INFO) << "UpdateIce: StunServer Address: " << stun_addr.ToString();
612 LOG(LS_INFO) << "UpdateIce: TurnServer Address: "
621 return session_->UpdateIce(config.type);
webrtcsession.cc     [all...]
  /external/chromium_org/content/renderer/media/
mock_peer_connection_impl.h 97 virtual bool UpdateIce(
mock_peer_connection_impl.cc 345 bool MockPeerConnectionImpl::UpdateIce(
rtc_peer_connection_handler.cc 552 bool RTCPeerConnectionHandler::updateICE(
562 return native_peer_connection_->UpdateIce(servers,
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCPeerConnection.mm 219 return self.peerConnection->UpdateIce(iceServers, constraints.constraints);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc     [all...]

Completed in 197 milliseconds