OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IceState
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/talk/app/webrtc/
peerconnectionproxy.h
75
PROXY_METHOD0(
IceState
, ice_state)
peerconnectioninterface.h
170
// TODO(bemasc): Remove
IceState
when callers are changed to
172
enum
IceState
{
427
// Returns the current
IceState
.
428
virtual
IceState
ice_state() = 0;
453
// Triggered when SignalingState or
IceState
have changed.
peerconnection.h
110
IceState
ice_state() override;
353
IceState
ice_state_;
peerconnection.cc
817
PeerConnectionInterface::
IceState
PeerConnection::ice_state() {
[
all
...]
Completed in 57 milliseconds