Home
last modified time | relevance | path

Searched refs:CfConnectionObserverFactory (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/
Dconnection_observer.h28 class CfConnectionObserverFactory
31 CfConnectionObserverFactory(cuttlefish::SharedFD touch_fd,
33 ~CfConnectionObserverFactory() override = default;
Dconnection_observer.cpp152 CfConnectionObserverFactory::CfConnectionObserverFactory( in CfConnectionObserverFactory() function in cuttlefish::CfConnectionObserverFactory
160 CfConnectionObserverFactory::CreateObserver() { in CreateObserver()
166 void CfConnectionObserverFactory::SetDisplayHandler( in SetDisplayHandler()
Dmain.cpp39 using cuttlefish::CfConnectionObserverFactory;
91 auto observer_factory = std::make_shared<CfConnectionObserverFactory>( in main()