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.h42 std::shared_ptr<webrtc_streaming::ConnectionObserver> CreateObserver()
Dconnection_observer.cpp375 CfConnectionObserverFactory::CreateObserver() { in CreateObserver() function in cuttlefish::CfConnectionObserverFactory
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dconnection_observer.h109 virtual std::shared_ptr<ConnectionObserver> CreateObserver() = 0;
Dstreamer.cpp636 auto observer = connection_observer_factory_->CreateObserver(); in CreateClientHandler()