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

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

Completed in 154 milliseconds