Home
last modified time | relevance | path

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

/external/libusb/libusb/
Dio.c1068 r = usbi_backend->clock_gettime(USBI_CLOCK_MONOTONIC, &current_time); in calculate_timeout()
1707 r = usbi_backend->clock_gettime(USBI_CLOCK_MONOTONIC, &systime_ts); in handle_timeouts_locked()
2129 r = usbi_backend->clock_gettime(USBI_CLOCK_MONOTONIC, &cur_ts); in libusb_get_next_timeout()
Dlibusbi.h234 USBI_CLOCK_MONOTONIC, enumerator
/external/libusb/libusb/os/
Ddarwin_usb.c1458 case USBI_CLOCK_MONOTONIC: in darwin_clock_gettime()
Dlinux_usbfs.c2145 case USBI_CLOCK_MONOTONIC: in op_clock_gettime()