Searched defs:dtls_identity_service (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnectionfactory.cc58 webrtc::DTLSIdentityServiceInterface* dtls_identity_service,
63 dtls_identity_service(dtls_identity_service),
70 webrtc::DTLSIdentityServiceInterface* dtls_identity_service; member in struct:__anon12632::CreatePeerConnectionParams
207 pdata->dtls_identity_service,
290 DTLSIdentityServiceInterface* dtls_identity_service,
293 allocator_factory, dtls_identity_service,
305 DTLSIdentityServiceInterface* dtls_identity_service,
314 dtls_identity_service,
54 CreatePeerConnectionParams( const webrtc::PeerConnectionInterface::RTCConfiguration& configuration, const webrtc::MediaConstraintsInterface* constraints, webrtc::PortAllocatorFactoryInterface* allocator_factory, webrtc::DTLSIdentityServiceInterface* dtls_identity_service, webrtc::PeerConnectionObserver* observer) argument
286 CreatePeerConnection( const PeerConnectionInterface::RTCConfiguration& configuration, const MediaConstraintsInterface* constraints, PortAllocatorFactoryInterface* allocator_factory, DTLSIdentityServiceInterface* dtls_identity_service, PeerConnectionObserver* observer) argument
301 CreatePeerConnection_s( const PeerConnectionInterface::RTCConfiguration& configuration, const MediaConstraintsInterface* constraints, PortAllocatorFactoryInterface* allocator_factory, DTLSIdentityServiceInterface* dtls_identity_service, PeerConnectionObserver* observer) argument
H A Dwebrtcsessiondescriptionfactory.cc110 DTLSIdentityServiceInterface* dtls_identity_service,
123 identity_service_(dtls_identity_service),
106 WebRtcSessionDescriptionFactory( rtc::Thread* signaling_thread, cricket::ChannelManager* channel_manager, MediaStreamSignaling* mediastream_signaling, DTLSIdentityServiceInterface* dtls_identity_service, WebRtcSession* session, const std::string& session_id, cricket::DataChannelType dct, bool dtls_enabled) argument
H A Dpeerconnection.cc324 DTLSIdentityServiceInterface* dtls_identity_service,
333 allocator_factory, dtls_identity_service, observer);
342 DTLSIdentityServiceInterface* dtls_identity_service,
386 dtls_identity_service, type))
320 Initialize( const PeerConnectionInterface::RTCConfiguration& configuration, const MediaConstraintsInterface* constraints, PortAllocatorFactoryInterface* allocator_factory, DTLSIdentityServiceInterface* dtls_identity_service, PeerConnectionObserver* observer) argument
336 DoInitialize( IceTransportsType type, const StunConfigurations& stun_config, const TurnConfigurations& turn_config, const MediaConstraintsInterface* constraints, webrtc::PortAllocatorFactoryInterface* allocator_factory, DTLSIdentityServiceInterface* dtls_identity_service, PeerConnectionObserver* observer) argument
H A Dpeerconnectioninterface.h498 DTLSIdentityServiceInterface* dtls_identity_service,
512 DTLSIdentityServiceInterface* dtls_identity_service,
517 dtls_identity_service, observer);
508 CreatePeerConnection( const PeerConnectionInterface::IceServers& configuration, const MediaConstraintsInterface* constraints, PortAllocatorFactoryInterface* allocator_factory, DTLSIdentityServiceInterface* dtls_identity_service, PeerConnectionObserver* observer) argument
H A Dwebrtcsession.cc511 DTLSIdentityServiceInterface* dtls_identity_service,
521 // Enable DTLS by default if |dtls_identity_service| is valid.
522 dtls_enabled_ = (dtls_identity_service != NULL);
647 dtls_identity_service,
508 Initialize( const PeerConnectionFactoryInterface::Options& options, const MediaConstraintsInterface* constraints, DTLSIdentityServiceInterface* dtls_identity_service, PeerConnectionInterface::IceTransportsType ice_transport) argument

Completed in 303 milliseconds