Searched refs:UpdateIce (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
D | peerconnection.h | 104 virtual bool UpdateIce(const IceServers& configuration, 106 virtual bool UpdateIce(
|
D | peerconnectionproxy.h | 62 PROXY_METHOD2(bool, UpdateIce, const IceServers&,
|
D | peerconnection.cc | 633 bool PeerConnection::UpdateIce(const IceServers& configuration, in UpdateIce() function in webrtc::PeerConnection 638 bool PeerConnection::UpdateIce(const RTCConfiguration& config) { in UpdateIce() function in webrtc::PeerConnection
|
D | peerconnectioninterface.h | 308 virtual bool UpdateIce(const IceServers& configuration,
|
/external/chromium_org/content/renderer/media/ |
D | mock_peer_connection_impl.h | 97 virtual bool UpdateIce(
|
D | mock_peer_connection_impl.cc | 350 bool MockPeerConnectionImpl::UpdateIce( in UpdateIce() function in content::MockPeerConnectionImpl
|
D | rtc_peer_connection_handler.cc | 621 return native_peer_connection_->UpdateIce(config.servers, in updateICE()
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/ |
D | RTCPeerConnection.mm | 219 return self.peerConnection->UpdateIce(iceServers, constraints.constraints);
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/ |
D | peerconnection_jni.cc | 3091 return ExtractNativePC(jni, j_pc)->UpdateIce(ice_servers, constraints.get()); in JOW()
|