Searched refs:UsbPreConnect (Results 1 – 3 of 3) sorted by relevance
35 static void UsbPreConnect(uv_timer_t *handle);
713 void HdcServer::UsbPreConnect(uv_timer_t *handle) in UsbPreConnect() function in Hdc::HdcServer846 uv_timer_start(waitTimeDoCmd, UsbPreConnect, 10, 100); in CreateConnect()
170 uv_timer_start(waitTimeDoCmd, hdcServer->UsbPreConnect, 0, DEVICE_CHECK_INTERVAL); in DetectMyNeed()