Home
last modified time | relevance | path

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

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