Home
last modified time | relevance | path

Searched refs:dtls_identity_service (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dpeerconnectionfactory.cc57 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()
Dpeerconnectionfactory.h51 DTLSIdentityServiceInterface* dtls_identity_service,
59 DTLSIdentityServiceInterface* dtls_identity_service,
109 DTLSIdentityServiceInterface* dtls_identity_service,
Dpeerconnection.h63 DTLSIdentityServiceInterface* dtls_identity_service,
157 DTLSIdentityServiceInterface* dtls_identity_service,
Dpeerconnection.cc337 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()
Dpeerconnectioninterface.h410 DTLSIdentityServiceInterface* dtls_identity_service,
417 DTLSIdentityServiceInterface* dtls_identity_service,
Dwebrtcsessiondescriptionfactory.h96 DTLSIdentityServiceInterface* dtls_identity_service,
Dwebrtcsessiondescriptionfactory.cc110 DTLSIdentityServiceInterface* dtls_identity_service, in WebRtcSessionDescriptionFactory() argument
123 identity_service_(dtls_identity_service), in WebRtcSessionDescriptionFactory()
Dwebrtcsession.h116 DTLSIdentityServiceInterface* dtls_identity_service);
Dwebrtcsession.cc462 DTLSIdentityServiceInterface* dtls_identity_service) { in Initialize() argument
469 dtls_enabled_ = (dtls_identity_service != NULL); in Initialize()
519 dtls_identity_service, in Initialize()