Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dcf_webrtc.js114 #onLocationMessage; field in DeviceConnection
166 if (!this.#onLocationMessage) {
170 this.#onLocationMessage(msg.data);
460 onLocationMessage(cb) { method in DeviceConnection
461 this.#onLocationMessage = cb;
Dapp.js396 this.#deviceConnection.onLocationMessage(msg => {