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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCPeerConnectionObserver.h 66 // Called any time the ICEGatheringState changes
68 PeerConnectionInterface::IceGatheringState new_state) OVERRIDE;
RTCEnumConverter.h 40 (webrtc::PeerConnectionInterface::IceGatheringState)nativeState;
RTCPeerConnectionObserver.mm 97 PeerConnectionInterface::IceGatheringState new_state) {
RTCEnumConverter.mm 55 (webrtc::PeerConnectionInterface::IceGatheringState)nativeState {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
PeerConnection.java 45 /** Tracks PeerConnectionInterface::IceGatheringState */
46 public enum IceGatheringState { NEW, GATHERING, COMPLETE };
68 /** Triggered when the IceGatheringState changes. */
69 public void onIceGatheringChange(IceGatheringState newState);
175 public native IceGatheringState iceGatheringState();
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnection.h 87 virtual IceGatheringState ice_gathering_state();
152 virtual void OnIceGatheringChange(IceGatheringState new_state);
193 IceGatheringState ice_gathering_state_;
peerconnectionproxy.h 69 PROXY_METHOD0(IceGatheringState, ice_gathering_state)
peerconnectioninterface.h 157 enum IceGatheringState {
279 virtual IceGatheringState ice_gathering_state() = 0;
325 // Called any time the IceGatheringState changes
327 PeerConnectionInterface::IceGatheringState new_state) {}
webrtcsession.h 84 // Called any time the IceGatheringState changes
86 PeerConnectionInterface::IceGatheringState new_state) {}
peerconnectionfactory_unittest.cc 97 PeerConnectionInterface::IceGatheringState new_state) {}
peerconnection.cc 476 PeerConnectionInterface::IceGatheringState
789 PeerConnectionInterface::IceGatheringState new_state) {
peerconnection_unittest.cc 413 webrtc::PeerConnectionInterface::IceGatheringState ice_gathering_state() {
441 webrtc::PeerConnectionInterface::IceGatheringState new_state) {
    [all...]
peerconnectioninterface_unittest.cc 179 PeerConnectionInterface::IceGatheringState new_state) {
    [all...]
webrtcsession_unittest.cc 153 PeerConnectionInterface::IceGatheringState new_state) {
200 PeerConnectionInterface::IceGatheringState ice_gathering_state_;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
peerconnectiontestwrapper.h 72 webrtc::PeerConnectionInterface::IceGatheringState new_state) {}
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/javatests/src/org/webrtc/
PeerConnectionTest.java 34 import org.webrtc.PeerConnection.IceGatheringState;
71 private LinkedList<IceGatheringState> expectedIceGatheringChanges =
72 new LinkedList<IceGatheringState>();
188 IceGatheringState newState) {
193 public synchronized void onIceGatheringChange(IceGatheringState newState) {
197 if (newState == IceGatheringState.GATHERING) {
613 offeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE);
614 answeringExpectations.expectIceGatheringChange(IceGatheringState.COMPLETE);
  /external/chromium_org/content/renderer/media/
mock_peer_connection_impl.h 65 virtual IceGatheringState ice_gathering_state() OVERRIDE {
rtc_peer_connection_handler.h 163 webrtc::PeerConnectionInterface::IceGatheringState new_state) OVERRIDE;
rtc_peer_connection_handler.cc 45 blink::WebRTCPeerConnectionHandlerClient::ICEGatheringState
47 webrtc::PeerConnectionInterface::IceGatheringState state) {
817 // Called any time the IceGatheringState changes
819 webrtc::PeerConnectionInterface::IceGatheringState new_state) {
827 blink::WebRTCPeerConnectionHandlerClient::ICEGatheringState state =
    [all...]
rtc_peer_connection_handler_unittest.cc 178 WebRTCPeerConnectionHandlerClient::ICEGatheringState state));
656 webrtc::PeerConnectionInterface::IceGatheringState new_state =
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
AppRTCDemoActivity.java 468 PeerConnection.IceGatheringState newState) {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc 272 LoadClass(jni, "org/webrtc/PeerConnection$IceGatheringState");
600 PeerConnectionInterface::IceGatheringState new_state) OVERRIDE {
604 "(Lorg/webrtc/PeerConnection$IceGatheringState;)V");
606 jni(), "PeerConnection$IceGatheringState", new_state);
    [all...]

Completed in 124 milliseconds