Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/
Dsensors_handler.cpp27 SensorsHandler::SensorsHandler() {} in SensorsHandler() function in cuttlefish::webrtc_streaming::SensorsHandler
29 SensorsHandler::~SensorsHandler() {} in ~SensorsHandler()
32 void SensorsHandler::HandleMessage(const double x, const double y, const double z) { in HandleMessage()
37 int SensorsHandler::Subscribe(std::function<void(const uint8_t*, size_t)> send_to_client) { in Subscribe()
53 void SensorsHandler::UnSubscribe(int subscriber_id) { in UnSubscribe()
58 void SensorsHandler::UpdateSensors() { in UpdateSensors()
Dsensors_handler.h29 struct SensorsHandler { struct
30 SensorsHandler();
31 ~SensorsHandler();
Dconnection_observer.h59 std::shared_ptr<webrtc_streaming::SensorsHandler> shared_sensors_handler_ =
60 std::make_shared<webrtc_streaming::SensorsHandler>();
Dconnection_observer.cpp61 std::shared_ptr<webrtc_streaming::SensorsHandler> sensors_handler, in ConnectionObserverImpl()
360 std::shared_ptr<webrtc_streaming::SensorsHandler> sensors_handler_;