Searched refs:systime_ts (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libusb/src/libusb/
H A Dio.c1853 struct timespec systime_ts; local
1861 r = usbi_backend->clock_gettime(USBI_CLOCK_MONOTONIC, &systime_ts);
1865 TIMESPEC_TO_TIMEVAL(&systime, &systime_ts);
/external/libusb/libusb/
H A Dio.c1699 struct timespec systime_ts; local
1707 r = usbi_backend->clock_gettime(USBI_CLOCK_MONOTONIC, &systime_ts);
1711 TIMESPEC_TO_TIMEVAL(&systime, &systime_ts);

Completed in 51 milliseconds