Home
last modified time | relevance | path

Searched refs:RefCountedDtlsIdentityStore (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dpeerconnectionfactory.h50 RefCountedDtlsIdentityStore; typedef
127 rtc::scoped_refptr<RefCountedDtlsIdentityStore> dtls_identity_store_;
Dpeerconnectionfactory.cc59 const rtc::scoped_refptr<RefCountedDtlsIdentityStore>& store) in DtlsIdentityStoreWrapper()
72 rtc::scoped_refptr<RefCountedDtlsIdentityStore> store_;
203 dtls_identity_store_ = new RefCountedDtlsIdentityStore( in Initialize()