Home
last modified time | relevance | path

Searched refs:LightsObserver (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dlights_observer.cpp27 LightsObserver::LightsObserver(unsigned int port, unsigned int cid, in LightsObserver() function in cuttlefish::webrtc_streaming::LightsObserver
36 LightsObserver::~LightsObserver() { Stop(); } in ~LightsObserver()
38 bool LightsObserver::Start() { in Start()
71 void LightsObserver::Stop() { in Stop()
81 void LightsObserver::ReadServerMessages() { in ReadServerMessages()
106 int LightsObserver::Subscribe( in Subscribe()
122 void LightsObserver::Unsubscribe(int id) { in Unsubscribe()
Dlights_observer.h49 class LightsObserver {
51 LightsObserver(unsigned int port, unsigned int cid, bool vhost_user_vsock);
52 ~LightsObserver();
54 LightsObserver(const LightsObserver& other) = delete;
55 LightsObserver& operator=(const LightsObserver& other) = delete;
/device/google/cuttlefish/host/frontend/webrtc/
Dconnection_observer.h39 std::shared_ptr<webrtc_streaming::LightsObserver> lights_observer);
61 std::shared_ptr<webrtc_streaming::LightsObserver> lights_observer_;
Dconnection_observer.cpp62 std::shared_ptr<webrtc_streaming::LightsObserver> lights_observer) in ConnectionObserverImpl()
361 std::shared_ptr<webrtc_streaming::LightsObserver> lights_observer_;
369 std::shared_ptr<webrtc_streaming::LightsObserver> lights_observer) in CfConnectionObserverFactory()
Dmain.cpp199 std::shared_ptr<cuttlefish::webrtc_streaming::LightsObserver> lights_observer; in main()
202 std::make_shared<cuttlefish::webrtc_streaming::LightsObserver>( in main()