Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dconnection_observer.h100 virtual void OnGpxLocationsMessage(const uint8_t* msg, size_t size) = 0;
Ddata_channels.cpp342 observer()->OnGpxLocationsMessage(msg.data.cdata(), msg.size()); in OnMessageInner()
/device/google/cuttlefish/host/frontend/webrtc/
Dconnection_observer.cpp286 void OnGpxLocationsMessage(const uint8_t *msg, size_t size) override { in OnGpxLocationsMessage() function in cuttlefish::ConnectionObserverImpl