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

/system/core/include/sync/
H A Dsync.h40 uint64_t timestamp_ns; member in struct:sync_pt_info
/system/core/libsync/
H A Dsync_test.c57 int ts_sec = pt_info->timestamp_ns / 1000000000LL;
58 int ts_usec = (pt_info->timestamp_ns % 1000000000LL) / 1000LL;

Completed in 459 milliseconds