Searched refs:add_polling_data (Results 1 – 1 of 1) sorted by relevance
227 polling_list.extend(add_polling_data(cur_data, ts))347 def add_polling_data(data: bytes, ts: int) -> list[PollingLoopEntry]: function