Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_media_task.c457 struct timespec ts_now; in time_now_us() local
458 clock_gettime(CLOCK_BOOTTIME, &ts_now); in time_now_us()
459 return ((UINT64)ts_now.tv_sec * USEC_PER_SEC) + ((UINT64)ts_now.tv_nsec / 1000); in time_now_us()