OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RTCPeerConnectionDelegate
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCPeerConnectionObserver.h
31
#import "
RTCPeerConnectionDelegate
.h"
34
// id<
RTCPeerConnectionDelegate
> and call methods on that interface.
41
explicit RTCPeerConnectionObserver(id<
RTCPeerConnectionDelegate
> delegate);
75
id<
RTCPeerConnectionDelegate
> _delegate;
RTCPeerConnectionObserver.mm
41
id<
RTCPeerConnectionDelegate
> delegate) {
RTCPeerConnectionFactory.mm
43
#import "
RTCPeerConnectionDelegate
.h"
92
delegate:(id<
RTCPeerConnectionDelegate
>)delegate {
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
RTCPeerConnectionFactory.h
37
@protocol
RTCPeerConnectionDelegate
;
53
delegate:(id<
RTCPeerConnectionDelegate
>)delegate;
RTCPeerConnectionDelegate.h
36
//
RTCPeerConnectionDelegate
is a protocol for an object that must be
38
@protocol
RTCPeerConnectionDelegate
<NSObject>
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/
RTCPeerConnectionSyncObserver.h
30
#import "
RTCPeerConnectionDelegate
.h"
34
@interface RTCPeerConnectionSyncObserver : NSObject<
RTCPeerConnectionDelegate
>
RTCPeerConnectionSyncObserver.m
130
#pragma mark -
RTCPeerConnectionDelegate
methods
133
NSLog(@"
RTCPeerConnectionDelegate
::onError");
140
NSString *message = [NSString stringWithFormat: @"
RTCPeerConnectionDelegate
::"
/external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/
APPRTCAppDelegate.m
37
#import "
RTCPeerConnectionDelegate
.h"
41
@interface PCObserver : NSObject<
RTCPeerConnectionDelegate
>
Completed in 62 milliseconds