Home
last modified time | relevance | path

Searched refs:lights_observer_ (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/
Dconnection_observer.cpp69 lights_observer_(lights_observer) {} in ConnectionObserverImpl()
235 lights_observer_->Subscribe(lights_message_sender); in OnLightsChannelOpen()
239 lights_observer_->Unsubscribe(lights_subscription_id_); in OnLightsChannelClosed()
361 std::shared_ptr<webrtc_streaming::LightsObserver> lights_observer_; member in cuttlefish::ConnectionObserverImpl
372 lights_observer_(lights_observer) {} in CfConnectionObserverFactory()
380 camera_controller_, shared_sensors_handler_, lights_observer_)); in CreateObserver()
Dconnection_observer.h61 std::shared_ptr<webrtc_streaming::LightsObserver> lights_observer_; variable