Searched refs:dtls_identity_service (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
D | peerconnectionfactory.cc | 57 webrtc::DTLSIdentityServiceInterface* dtls_identity_service, in CreatePeerConnectionParams() 62 dtls_identity_service(dtls_identity_service), in CreatePeerConnectionParams() 69 webrtc::DTLSIdentityServiceInterface* dtls_identity_service; member 210 pdata->dtls_identity_service, in OnMessage() 282 DTLSIdentityServiceInterface* dtls_identity_service, in CreatePeerConnection() argument 285 allocator_factory, dtls_identity_service, in CreatePeerConnection() 295 DTLSIdentityServiceInterface* dtls_identity_service, in CreatePeerConnection() argument 298 configuration, constraints, NULL, dtls_identity_service, observer); in CreatePeerConnection() 306 DTLSIdentityServiceInterface* dtls_identity_service, in CreatePeerConnection_s() argument 315 dtls_identity_service, in CreatePeerConnection_s()
|
D | peerconnectionfactory.h | 51 DTLSIdentityServiceInterface* dtls_identity_service, 59 DTLSIdentityServiceInterface* dtls_identity_service, 109 DTLSIdentityServiceInterface* dtls_identity_service,
|
D | peerconnection.h | 63 DTLSIdentityServiceInterface* dtls_identity_service, 157 DTLSIdentityServiceInterface* dtls_identity_service,
|
D | peerconnection.cc | 337 DTLSIdentityServiceInterface* dtls_identity_service, in Initialize() argument 346 allocator_factory, dtls_identity_service, observer); in Initialize() 354 DTLSIdentityServiceInterface* dtls_identity_service, in DoInitialize() argument 384 dtls_identity_service)) in DoInitialize()
|
D | peerconnectioninterface.h | 410 DTLSIdentityServiceInterface* dtls_identity_service, 417 DTLSIdentityServiceInterface* dtls_identity_service,
|
D | webrtcsessiondescriptionfactory.h | 96 DTLSIdentityServiceInterface* dtls_identity_service,
|
D | webrtcsessiondescriptionfactory.cc | 110 DTLSIdentityServiceInterface* dtls_identity_service, in WebRtcSessionDescriptionFactory() argument 123 identity_service_(dtls_identity_service), in WebRtcSessionDescriptionFactory()
|
D | webrtcsession.h | 116 DTLSIdentityServiceInterface* dtls_identity_service);
|
D | webrtcsession.cc | 462 DTLSIdentityServiceInterface* dtls_identity_service) { in Initialize() argument 469 dtls_enabled_ = (dtls_identity_service != NULL); in Initialize() 519 dtls_identity_service, in Initialize()
|