Home
last modified time | relevance | path

Searched defs:RTCICECandidate (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/talk/app/webrtc/objc/
DRTCICECandidate.mm34 @implementation RTCICECandidate implementation
64 @implementation RTCICECandidate (Internal) implementation in Internal
DRTCPeerConnection.mm148 - (BOOL)addICECandidate:(RTCICECandidate*)candidate { argument
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
DRTCICECandidate+JSON.m21 @implementation RTCICECandidate (JSON) implementation in JSON
DARDSignalingMessage.m74 - (instancetype)initWithCandidate:(RTCICECandidate *)candidate {
DARDAppClient.m375 gotICECandidate:(RTCICECandidate *)candidate {
/external/webrtc/talk/app/webrtc/objctests/
DRTCPeerConnectionSyncObserver.m189 gotICECandidate:(RTCICECandidate*)candidate { argument