Home
last modified time | relevance | path

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

/system/core/libsync/
Dsync_test.c58 int ts_sec = pt_info->timestamp_ns / 1000000000LL; in sync_thread()
59 int ts_usec = (pt_info->timestamp_ns % 1000000000LL) / 1000LL; in sync_thread()
/system/core/libsync/include/sync/
Dsync.h40 uint64_t timestamp_ns; member
/system/core/libsync/tests/
Dsync_test.cpp185 pointInfo->timestamp_ns, in getInfo()