HomeSort by relevance Sort by last modified time
    Searched refs:identity_service (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/renderer/media/
media_stream_dependency_factory.cc 554 PeerConnectionIdentityService* identity_service = local
561 identity_service,
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession_unittest.cc 291 void Init(DTLSIdentityServiceInterface* identity_service) {
304 EXPECT_TRUE(session_->Initialize(constraints_.get(), identity_service));
328 FakeIdentityService* identity_service = new FakeIdentityService(); local
329 identity_service->set_should_fail(identity_request_should_fail);
330 Init(identity_service);
    [all...]

Completed in 8399 milliseconds