Home
last modified time | relevance | path

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

/system/incremental_delivery/incfs/kernel-headers/linux/
Dincrementalfs.h71 __aligned_u64 timestamp_us; member
77 __aligned_u64 timestamp_us; member
/system/nfc/src/adaptation/
Ddebug_nfcsnoop.cc74 bool is_received, const uint64_t timestamp_us, in nfcsnoop_cb() argument
95 __builtin_sub_overflow(timestamp_us, last_timestamp_ms[buffer_index], in nfcsnoop_cb()
100 last_timestamp_ms[buffer_index] = timestamp_us; in nfcsnoop_cb()
/system/incremental_delivery/incfs/
Dincfs.cpp1185 .bootClockTsUs = rawRead.timestamp_us, in convertRead()