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 | 58 webrtc::DTLSIdentityServiceInterface* dtls_identity_service, in CreatePeerConnectionParams() 63 dtls_identity_service(dtls_identity_service), in CreatePeerConnectionParams() 70 webrtc::DTLSIdentityServiceInterface* dtls_identity_service; member 207 pdata->dtls_identity_service, in OnMessage() 290 DTLSIdentityServiceInterface* dtls_identity_service, in CreatePeerConnection() argument 293 allocator_factory, dtls_identity_service, in CreatePeerConnection() 305 DTLSIdentityServiceInterface* dtls_identity_service, in CreatePeerConnection_s() argument 314 dtls_identity_service, in CreatePeerConnection_s()
|
D | peerconnectionfactory.h | 52 DTLSIdentityServiceInterface* dtls_identity_service, 105 DTLSIdentityServiceInterface* dtls_identity_service,
|
D | peerconnectioninterface.h | 498 DTLSIdentityServiceInterface* dtls_identity_service, 512 DTLSIdentityServiceInterface* dtls_identity_service, in CreatePeerConnection() argument 517 dtls_identity_service, observer); in CreatePeerConnection()
|
D | peerconnection.h | 64 DTLSIdentityServiceInterface* dtls_identity_service, 168 DTLSIdentityServiceInterface* dtls_identity_service,
|
D | peerconnection.cc | 324 DTLSIdentityServiceInterface* dtls_identity_service, in Initialize() argument 333 allocator_factory, dtls_identity_service, observer); in Initialize() 342 DTLSIdentityServiceInterface* dtls_identity_service, in DoInitialize() argument 386 dtls_identity_service, type)) in DoInitialize()
|
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 | 120 DTLSIdentityServiceInterface* dtls_identity_service,
|
D | webrtcsession.cc | 511 DTLSIdentityServiceInterface* dtls_identity_service, in Initialize() argument 522 dtls_enabled_ = (dtls_identity_service != NULL); in Initialize() 647 dtls_identity_service, in Initialize()
|