OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RTCICEConnectionState
(Results
1 - 13
of
13
) sorted by null
/external/webrtc/talk/app/webrtc/objc/public/
RTCTypes.h
30
//
RTCICEConnectionState
correspond to the states in webrtc::ICEConnectionState.
40
}
RTCICEConnectionState
;
RTCPeerConnectionDelegate.h
58
iceConnectionChanged:(
RTCICEConnectionState
)newState;
RTCPeerConnection.h
62
@property(nonatomic, assign, readonly)
RTCICEConnectionState
iceConnectionState;
/external/webrtc/talk/app/webrtc/objctests/
RTCPeerConnectionSyncObserver.h
50
- (void)expectICEConnectionChange:(
RTCICEConnectionState
)state;
RTCPeerConnectionSyncObserver.m
120
- (void)expectICEConnectionChange:(
RTCICEConnectionState
)state {
213
iceConnectionChanged:(
RTCICEConnectionState
)newState {
/external/webrtc/talk/app/webrtc/objc/
RTCEnumConverter.h
38
+ (
RTCICEConnectionState
)convertIceConnectionStateToObjC:
RTCPeerConnectionObserver.mm
86
RTCICEConnectionState
state =
RTCEnumConverter.mm
34
+ (
RTCICEConnectionState
)convertIceConnectionStateToObjC:
RTCPeerConnection.mm
234
- (
RTCICEConnectionState
)iceConnectionState {
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDAppClient.h
33
didChangeConnectionState:(
RTCICEConnectionState
)state;
ARDAppClient.m
362
iceConnectionChanged:(
RTCICEConnectionState
)newState {
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
ARDVideoCallViewController.m
73
didChangeConnectionState:(
RTCICEConnectionState
)state {
172
- (NSString *)statusTextForState:(
RTCICEConnectionState
)state {
/external/webrtc/webrtc/examples/objc/AppRTCDemo/mac/
APPRTCViewController.m
253
didChangeConnectionState:(
RTCICEConnectionState
)state {
Completed in 97 milliseconds