Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/
Dconnection_observer.cpp68 sensors_handler_(sensors_handler), in ConnectionObserverImpl()
203 sensors_subscription_id = sensors_handler_->Subscribe(sensors_message_sender); in OnSensorsChannelOpen()
208 sensors_handler_->UnSubscribe(sensors_subscription_id); in OnSensorsChannelClosed()
227 sensors_handler_->HandleMessage(x, y, z); in OnSensorsMessage()
360 std::shared_ptr<webrtc_streaming::SensorsHandler> sensors_handler_; member in cuttlefish::ConnectionObserverImpl