Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/typ/typ/
Drunner.py165 find_start = h.time()
193 self._add_trace_event(trace, 'run', find_start, reporting_end)
194 self._add_trace_event(trace, 'discovery', find_start, find_end)
/external/wpa_supplicant_8/src/p2p/
Dp2p_i.h460 struct os_reltime find_start; /* time of last p2p_find start */ member
Dp2p.c1161 os_get_reltime(&p2p->find_start); in p2p_find()
3475 if (os_reltime_before(rx_time, &p2p->find_start)) { in p2p_scan_res_handler()
3487 (unsigned int) p2p->find_start.sec, in p2p_scan_res_handler()
3488 (unsigned int) p2p->find_start.usec); in p2p_scan_res_handler()