Home
last modified time | relevance | path

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

/system/nfc/src/adaptation/
Ddebug_nfcsnoop.cc67 static uint64_t last_timestamp_ms[BUFFER_SIZE] = {0, 0}; variable
94 if (last_timestamp_ms[buffer_index]) { in nfcsnoop_cb()
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()
223 preamble.last_timestamp_ms = last_timestamp_ms[buffer_index]; in debug_nfcsnoop_dump()
/system/nfc/src/include/
Ddebug_nfcsnoop.h34 uint64_t last_timestamp_ms; member