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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectionproxy.h 67 PROXY_METHOD0(IceState, ice_state)
peerconnection.h 84 // TODO(bemasc): Remove ice_state() when callers are removed.
85 virtual IceState ice_state();
peerconnectioninterface.h 323 // TODO(bemasc): Remove ice_state when callers are changed to
326 virtual IceState ice_state() = 0;
peerconnection.cc 471 PeerConnectionInterface::IceState PeerConnection::ice_state() { function in class:webrtc::PeerConnection
  /external/chromium_org/content/renderer/media/
mock_peer_connection_impl.h 57 virtual IceState ice_state() OVERRIDE {
rtc_peer_connection_handler.cc 68 webrtc::PeerConnectionInterface::IceConnectionState ice_state) {
70 switch (ice_state) {
    [all...]

Completed in 41 milliseconds