Searched refs:timeout_msec (Results 1 – 3 of 3) sorted by relevance
176 int wConnect(const char *printer_addr, int port_num, long int timeout_msec) { in wConnect() argument214 tv.tv_sec = (timeout_msec / 1000); in wConnect()215 tv.tv_usec = (timeout_msec % 1000) * 1000; in wConnect()239 port_num, timeout_msec); in wConnect()
83 int wConnect(const char *printer_addr, int port_num, long int timeout_msec);
11 adb shell am instrument -w -e debug false -e log false -e timeout_msec 300000 -e size small com.and…