Home
last modified time | relevance | path

Searched defs:SessionDescriptionInterface (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/sdk/objc/api/peerconnection/
DRTCSessionDescription.mm50 - (webrtc::SessionDescriptionInterface *)nativeDescription {
68 (const webrtc::SessionDescriptionInterface *)nativeDescription {
/external/webrtc/test/peer_scenario/
Dpeer_scenario.cc95 [&](const SessionDescriptionInterface&) { done = true; }); in SimpleConnection()