Home
last modified time | relevance | path

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

/external/qemu/audio/
Daudio_template.h546 uint64_t delta, cur_ts, old_ts; in glue() local
552 cur_ts = sw->hw->ts_helper; in glue()
556 if (cur_ts >= old_ts) { in glue()
557 delta = cur_ts - old_ts; in glue()
560 delta = UINT64_MAX - old_ts + cur_ts; in glue()
/external/libusb/libusb/
Dio.c2090 struct timespec cur_ts; in libusb_get_next_timeout() local
2129 r = usbi_backend->clock_gettime(USBI_CLOCK_MONOTONIC, &cur_ts); in libusb_get_next_timeout()
2134 TIMESPEC_TO_TIMEVAL(&cur_tv, &cur_ts); in libusb_get_next_timeout()
/external/libusb_aah/libusb/
Dio.c2313 struct timespec cur_ts; in libusb_get_next_timeout() local
2351 r = usbi_backend->clock_gettime(USBI_CLOCK_MONOTONIC, &cur_ts); in libusb_get_next_timeout()
2356 TIMESPEC_TO_TIMEVAL(&cur_tv, &cur_ts); in libusb_get_next_timeout()