Home
last modified time | relevance | path

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

/developtools/hdc/src/daemon/
Ddaemon_usb.h63 uv_timer_t checkEP; // server-use variable
Ddaemon_usb.cpp62 Base::TryCloseHandle((uv_handle_t *)&checkEP); in Stop()
121 uv_timer_init(&daemon->loopMain, &checkEP); in Initial()
122 checkEP.data = this; in Initial()
123 uv_timer_start(&checkEP, WatchEPTimer, 0, TIME_BASE); in Initial()