Home
last modified time | relevance | path

Searched refs:CreateObserver (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/
Dconnection_observer.h35 std::shared_ptr<cuttlefish::webrtc_streaming::ConnectionObserver> CreateObserver()
Dconnection_observer.cpp160 CfConnectionObserverFactory::CreateObserver() { in CreateObserver() function in cuttlefish::CfConnectionObserverFactory
/device/google/cuttlefish/host/frontend/webrtc/lib/
Dconnection_observer.h42 virtual std::shared_ptr<ConnectionObserver> CreateObserver() = 0;
Dstreamer.cpp395 auto observer = connection_observer_factory_->CreateObserver(); in CreateClientHandler()