Home
last modified time | relevance | path

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

/system/core/libusbhost/
Dusbhost.c327 const int64_t MAX_ATTEMPTS = 10; /* 1s */ in usb_device_open() local
334 for (attempts = 0; attempts < MAX_ATTEMPTS; ++attempts) { in usb_device_open()