Home
last modified time | relevance | path

Searched refs:RTCICEGatheringState (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/talk/app/webrtc/objc/public/
DRTCTypes.h47 } RTCICEGatheringState; typedef
DRTCPeerConnectionDelegate.h62 iceGatheringChanged:(RTCICEGatheringState)newState;
DRTCPeerConnection.h63 @property(nonatomic, assign, readonly) RTCICEGatheringState iceGatheringState;
/external/webrtc/talk/app/webrtc/objctests/
DRTCPeerConnectionSyncObserver.h51 - (void)expectICEGatheringChange:(RTCICEGatheringState)state;
DRTCPeerConnectionSyncObserver.m124 - (void)expectICEGatheringChange:(RTCICEGatheringState)state { argument
198 iceGatheringChanged:(RTCICEGatheringState)newState { argument
/external/webrtc/talk/app/webrtc/objc/
DRTCEnumConverter.h41 + (RTCICEGatheringState)convertIceGatheringStateToObjC:
DRTCPeerConnectionObserver.mm94 RTCICEGatheringState state =
DRTCEnumConverter.mm57 + (RTCICEGatheringState)convertIceGatheringStateToObjC:
DRTCPeerConnection.mm240 - (RTCICEGatheringState)iceGatheringState {
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
DARDAppClient.m370 iceGatheringChanged:(RTCICEGatheringState)newState { argument