Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc_operator/assets/js/
Dserver_connector.js277 #pollerSchedule; field in PollingConnector
344 if (this.#pollerSchedule !== undefined) {
359 this.#pollerSchedule = setTimeout(pollerRoutine, currentPollDelay);
362 this.#pollerSchedule = setTimeout(pollerRoutine, currentPollDelay);
368 clearTimeout(this.#pollerSchedule);
369 this.#pollerSchedule = undefined;